Closed
Bug 1343530
Opened 9 years ago
Closed 9 years ago
Make the ALL+, FIXED+ etc quicksearch keywords show all results
Categories
(bugzilla.mozilla.org :: Extensions, enhancement, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Assigned: dylan)
Details
Attachments
(1 file)
|
2.29 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
Right now all search results are capped to 500 results maximum. I typically want to search for a bug that I have filed, for example, so I search for "ALL reporter:ehsan", then I wait, then I get a random 500 sample of the results I want, then I click on the link to get the actual results I want, and wait a bit more, and get to the actual useful results page.
If we had a way for a quicksearch to give you all search results, I could probably reclaim a week or two back from my life from these little wait times I mentioned above. :-)
| Assignee | ||
Comment 1•9 years ago
|
||
I think syntax for limit=0 makes sense. Additionally this search will be a lot faster when bug 1307485 lands.
I don't want to override the meaning of ALL, but something that implies both ALL and limit=0 is possible.
ALL+ reporter:ehsan perhaps?
Flags: needinfo?(ehsan)
| Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Dylan Hardison [:dylan] from comment #1)
> I think syntax for limit=0 makes sense. Additionally this search will be a
> lot faster when bug 1307485 lands.
Fantastic news!
> I don't want to override the meaning of ALL, but something that implies both
> ALL and limit=0 is possible.
>
> ALL+ reporter:ehsan perhaps?
Sure, that sounds great to me!
Flags: needinfo?(ehsan)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dylan
Severity: normal → enhancement
Priority: -- → P2
:dylan says that he has a patch, and will upload it.
Flags: needinfo?(dylan)
| Assignee | ||
Comment 4•9 years ago
|
||
Allows OPEN+ or ALL+ to set the limit to 0 (which is not exactly unlimited, but a much higher limit).
Also works for complex cases, as long as the last word gets the + suffix,
NEW,ASSIGNED+ for instance.
Flags: needinfo?(dylan)
Attachment #8844159 -
Flags: review?(dkl)
Comment 5•9 years ago
|
||
Comment on attachment 8844159 [details] [diff] [review]
1343530_1.patch
Review of attachment 8844159 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8844159 -
Flags: review?(dkl) → review+
| Assignee | ||
Comment 6•9 years ago
|
||
To git@github.com:mozilla-bteam/bmo.git
df64b72..2636763 master -> master
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Summary: Make the ALL quicksearch keywords show all results → Make the ALL+, FIXED+ etc quicksearch keywords show all results
| Reporter | ||
Comment 7•9 years ago
|
||
Today I actually needed to search for all of the bugs I've filed to find something, and this time I knew the bug is open (so ALL is too much, FIXED is wrong, NEW or ASSIGNED are a subset), and I realized it seems we forgot that use case? Is there a workaround?
| Assignee | ||
Comment 8•9 years ago
|
||
OPEN+?
Lists work too: NEW,ASSIGNED+
Mostly documented here: https://bugzilla.mozilla.org/page.cgi?id=quicksearch.html#shortcuts
Unless I'm misunderstanding.
| Reporter | ||
Comment 9•9 years ago
|
||
Oh, I didn't know about OPEN! Thank you!
Updated•6 years ago
|
Component: Extensions: BMO → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•