Closed
Bug 1308211
Opened 8 years ago
Closed 8 years ago
One-off searches using search aliases not being counted in SEARCH_COUNT
Categories
(Firefox :: Search, defect, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: Dexter, Unassigned)
References
Details
(Whiteboard: [fxsearch])
While implementing bug 1303333, I noticed an odd behaviour: when performing searches from the awesomebar using the keyword associated with a search engine, it doesn't get counted into Telemetry (i.e. SEARCH_COUNT histogram).
If we perform the same search by clicking on the one-off engine icon, it gets properly counted.
STR:
- Define a keyword for a search engine in the Preferences -> Search (for example, 'ddg')
- In the urlbar, write 'ddg some search' and press enter.
- It will search using the search engine identified by the 'ddg' keyword.
- In about:telemetry, expand the Keyed Histogram section and look up the SEARCH_COUNT histogram: there will be no count associated with the last search.
Comment 1•8 years ago
|
||
could be the same as bug 1306639. This regression is recent and I'm trying to fix it.
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [fxsearch]
Updated•8 years ago
|
Summary: One-off searches using keywords not being counted in SEARCH_COUNT → One-off searches using search aliases not being counted in SEARCH_COUNT
Comment 2•8 years ago
|
||
it seems to be fixed in current nightly, so bug 1306639 did its job.
After using a "g" search engine alias for Google I see a SEARCH_COUNT entry for google.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•