Closed Bug 366121 Opened 18 years ago Closed 18 years ago

QuickSearch gets confused by field-specific quotes

Categories

(Bugzilla :: Query/Bug List, defect)

defect
Not set
minor

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 :(
Blocks: 70907
Keywords: regression
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.
Severity: normal → minor
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.