Closed
Bug 366121
Opened 18 years ago
Closed 18 years ago
QuickSearch gets confused by field-specific quotes
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
DUPLICATE
of bug 366120
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: regression)
Steps to reproduce:
1. QuickSearch:
whiteboard:"sg:nse"
Expected: some bugs
Result: no bugs
It seems to be searching for the entire string
whiteboard:"sg:nse"
when it should be searching for
sg:nse
:(
Reporter | ||
Updated•18 years ago
|
Keywords: regression
Comment 1•18 years ago
|
||
Quoting doesn't help here so the word becomes |whiteboard:sg:nse| which is then matched against "/^([^:]+):([^:]+)$/" regexp at line 271 of QuickSearch.pm. It won't match as it has too many colons so it will be used as a normal search word.
Reporter | ||
Updated•18 years ago
|
Blocks: bmo-regressions-0812
Updated•18 years ago
|
Severity: normal → minor
Comment 2•18 years ago
|
||
Combining these bugs as they are both about regression in quoting support.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•