Closed
Bug 455317
Opened 17 years ago
Closed 17 years ago
Default Boolean chart, -1, is appended to links on the search results page.
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
Tracking
()
RESOLVED
DUPLICATE
of bug 431744
People
(Reporter: michael.j.tosh, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Bugzilla 3.0
When advanced searching, the links at the bottom of the page for exporting and changing columns contain a Boolean chart -1. This chart matches the non-boolean search operators and can double the length of the URL.
When searching for this: (114 characters)
https://landfill.bugzilla.org/bugzilla-tip/buglist.cgi?query_format=advanced&classification=Mercury&bug_status=NEW
The Change Columns URL becomes: (269 characters total)
https://landfill.bugzilla.org/bugzilla-tip/colchange.cgi?bug_status=NEW&classification=Mercury&field-1-0-0=classification&field-1-1-0=bug_status&query_format=advanced&remaction=&type-1-0-0=anyexact&type-1-1-0=anyexact&value-1-0-0=Mercury&value-1-1-0=NEW&query_based_on=
The fix should be contained within canonicalise_query to skip parameters that contain the -\d-\d-\d regexp. Normal Boolean charts do NOT contain the leading hyphen.
Reproducible: Always
Comment 1•17 years ago
|
||
You already reported this bug. :)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•