Open
Bug 1344000
Opened 8 years ago
Updated 6 years ago
put more information in title of quicksearches
Categories
(bugzilla.mozilla.org :: Search, enhancement, P3)
Tracking
()
NEW
People
(Reporter: tromey, Unassigned)
References
Details
I have multiple search tabs open and they are all titled "Bug List".
This makes it difficult to know which one is "debugger bugs" versus
"untriaged debugger bugs", etc.
I found myself opening the web console to set document.title and then
thought - maybe bugzilla could be doing this for me.
I don't know exactly what should end up in the title but I'd be
happy with anything less generic, that at least lets me differentiate
the common cases.
Updated•8 years ago
|
Assignee: ui → nobody
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
If it's a named search, add the title of the named search to the document.
See Also: → 1328707
Comment 2•8 years ago
|
||
Both the name of a named search and the quicksearch string (for a quicksearch) are in the title.
Does this bug refer to arbitrarily generated search queries?
Flags: needinfo?(ttromey)
Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Dylan Hardison [:dylan] from comment #2)
> Does this bug refer to arbitrarily generated search queries?
Yes.
For example I have been doing debugger triage with this query:
https://bugzilla.mozilla.org/buglist.cgi?priority=--&resolution=---&query_format=advanced&component=Developer%20Tools%3A%20Debugger&product=Firefox&list_id=13473610
But sometimes I look at the entire list of debugger bugs:
https://bugzilla.mozilla.org/buglist.cgi?component=Developer%20Tools%3A%20Debugger&product=Firefox&query_format=advanced&resolution=---&order=priority%2Cbug_severity&limit=0&list_id=13474363
Both of these tabs are titled "Bug List".
Flags: needinfo?(ttromey)
Comment 4•8 years ago
|
||
What's the minimum search terms that I could put in the title that would help you?
A full "turn our search object into a readable string" implementation would take more time than I could really spend on this. :-)
Alternatively, if you save you searches (give them names), they will show up with those names.
Also, those searches could be expressed with quicksearch syntax:
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=priority%3D--%20component%3D%22Developer%20Tools%22%20product%3D%22Firefox%22&order=priority%2Cbug_severity&limit=0&list_id=13481053
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3D%22Developer%20Tools%22%20product%3D%22Firefox%22&order=priority%2Cbug_severity&limit=0&list_id=13481049
Flags: needinfo?(ttromey)
Reporter | ||
Comment 5•8 years ago
|
||
I don't know offhand what the minimum might be.
I suppose I was picturing "everything I specified".
I didn't know about quicksearch.
If bugzilla could detect that my search is expressible in quicksearch syntax,
then automatically doing that would be nice.
Flags: needinfo?(ttromey)
Severity: normal → enhancement
Priority: -- → P3
Summary: put more information in document.title → put more information in title of quicksearches
Updated•7 years ago
|
Component: User Interface → Search
You need to log in
before you can comment on or make changes to this bug.
Description
•