Open
Bug 632690
Opened 15 years ago
Updated 11 years ago
Select-style fields accept invalid values for "equals" searches
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
NEW
People
(Reporter: shaver, Unassigned)
References
()
Details
the dino has been chomping bugs for 40 minutes, for me. See URL field.
![]() |
||
Comment 1•15 years ago
|
||
Wow, that's definitely odd. It probably is trying to grab the whole database somehow--this is another issue that bug 632717 will fix.
Depends on: 632717
![]() |
||
Comment 2•15 years ago
|
||
But we should also address the fact that this malformed search was allowed through.
![]() |
||
Comment 3•15 years ago
|
||
I've fixed the blocker, so by default Bugzilla can now only return 10,000 results, ever, for any search.
However, if you're searching for an exact value in a select field, and that value doesn't exist, we should probably throw an error, instead of risking running a search that will essentially have no criteria.
Severity: normal → minor
OS: Windows 7 → All
Hardware: x86 → All
Summary: malformed quicksearch query may not return...ever? → Select-style fields accept invalid values for "equals" searches
You need to log in
before you can comment on or make changes to this bug.
Description
•