[Tracker-discuss] [issue372] Default search missed matching issue title for capi

2012-04-21 Thread Martin v . Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

rmtew: search is definitely case insensitive. I cannot reproduce your report; 
the search for UDP yields plenty results.

The issue here is that the search only looks for whole words indeed, with words 
being defined by r'(?u)\b\w{%d,%d}\b'. As the underscore counts as a word 
letter, search for capi doesn't find test_capi.

I don't think that having a complete substring search is desirable. However, 
IMO, _ should not be considered as a letter; alternatively each word should be 
split around underscores, and these should be added to the words of a property 
as well.

--
nosy: +loewis

___
PSF Meta Tracker metatrac...@psf.upfronthosting.co.za
http://psf.upfronthosting.co.za/roundup/meta/issue372
___
___
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss


[Tracker-discuss] [issue372] Default search missed matching issue title for capi

2011-01-31 Thread anatoly techtonik

anatoly techtonik techto...@gmail.com added the comment:

Google Search for roundup?

--
status: unread - chatting

___
PSF Meta Tracker metatrac...@psf.upfronthosting.co.za
http://psf.upfronthosting.co.za/roundup/meta/issue372
___
___
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss



[Tracker-discuss] [issue372] Default search missed matching issue title for capi

2011-01-30 Thread Nick Coghlan

New submission from Nick Coghlan ncogh...@gmail.com:

From 
http://posted-stuff.blogspot.com/2011/01/bug-reporting-energy-depleted.html

The author of that blog post tried to search for capi to see if a particular 
crash had already been reported. The default search and a search in all fields 
failed to find it, but a search specifically in the title text found it.

Default search:
http://bugs.python.org/issue?%40columns=id,activity,title,creator,assignee,status,type%40sort=-activity%40filter=status%40action=searchidignore=file:content%40search_text=capisubmit=searchstatus=-1,1,2,3

All text:
http://bugs.python.org/issue?%40search_text=capiignore=file:contenttitle=%40columns=titleid=%40columns=idstage=creation=creator=activity=%40columns=activity%40sort=activityactor=nosy=type=components=versions=dependencies=assignee=keywords=priority=%40group=prioritystatus=1%40columns=statusresolution=nosy_count=message_count=%40pagesize=50%40startwith=0%40queryname=%40old-queryname=%40action=search

Title only:
http://bugs.python.org/issue?%40search_text=ignore=file:contenttitle=capi%40columns=titleid=%40columns=idstage=creation=creator=activity=%40columns=activity%40sort=activityactor=nosy=type=components=versions=dependencies=assignee=keywords=priority=%40group=prioritystatus=1%40columns=statusresolution=nosy_count=message_count=%40pagesize=50%40startwith=0%40queryname=%40old-queryname=%40action=search

--
messages: 1899
nosy: ncoghlan
priority: urgent
status: unread
title: Default search missed matching issue title for capi

___
PSF Meta Tracker metatrac...@psf.upfronthosting.co.za
http://psf.upfronthosting.co.za/roundup/meta/issue372
___
___
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss