Closed
Bug 345296
Opened 19 years ago
Closed 13 years ago
bugzilla should have a module that accepts google style searches
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Unassigned)
References
Details
(Keywords: ue)
I promised this bug to someone w/in the past 10 days.
Basically some users use google or gmail and write queries like this:
"foo bar" -baz (x OR y) (x AND z)
unfortunately, neither the simple nor advanced queries allow for this. and it gets worse if you ever want to do something like useragent matching. I don't want to force people to use regexps, and regexps for useragents don't work well unless you can use more than one.
matching 2 fields (say OS and CPU) can easily require:
/(?:(?:foo|oof).*(?:bar|rab))|(?:(?:bar|rab).*(?:foo|oof))/
Which is not something you should force a user to write.
compare:
(foo OR oof) (bar OR rab)
which is easier to read? which is easier to write?
Comment 1•18 years ago
|
||
needs research and design.
Comment 2•13 years ago
|
||
The new Custom Search section of the Advanced Search page in Bugzilla 4.2 lets you build such queries, I'm pretty sure.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•