R David Murray added the comment:

It looks like the function that does the splitting into words for 
indexing/searching is:

   re.findall(r'(?u)\b\w{2,25}\b', text)

which if I pass it '2.7.4' doesn't return any matches...that is, as usual for 
text indexes punctuation is ignored, and in addition single letter 'words' are 
ignored.  So I don't think simply rebuilding the index will help.

----------
nosy: +r.david.murray
status: unread -> chatting

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue515>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to