Closed
Bug 151145
Opened 23 years ago
Closed 23 years ago
Query does not find existing bugs.
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: 3.14, Assigned: endico)
References
()
Details
The query
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&email1=&emailtype1=regexp&email2=&emailtype2=regexp&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=make+mozilla+not+suck&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&field0-0-1=noop&type0-0-1=noop&value0-0-1=&cmdtype=doit&namedcmd=added&newqueryname=&order=Reuse+same+sort+as+last+time
does not find a single bug. I think it is equivalent to the following:
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&short_desc=make+mozilla+not+suck&short_desc_type=substring&order=Reuse+same+sort+as+last+time
which also does not find anything.
We are basically looking for the four words
make mozilla not suck
as case-insensitive substrings. And there are such bugs for sure.
I hope that I made a very stupid mistake here.
pi
Comment 1•23 years ago
|
||
Change your match type to "all words as substrings" instead of "case-insensitive
substring". The actual string is "make Mozilla <milestone> not suck" and the
entire phrase as a substring doesn't match the milestone being in the middle.
Updated•20 years ago
|
Severity: blocker → trivial
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•