[Tracker-discuss] [issue515] Full text search doesn't return results

R David Murray metatracker at psf.upfronthosting.co.za
Mon Apr 8 16:55:17 CEST 2013


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 <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue515>
_______________________________________________________


More information about the Tracker-discuss mailing list