Closed
Bug 1958421
Opened 6 months ago
Closed 6 months ago
NER-yelp suggest nightly does not show the city (location) correctly
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox139 | --- | affected |
People
(Reporter: cgopal, Assigned: adw)
Details
Attachments
(1 file)
621.34 KB,
image/png
|
Details |
testing NER suggest seems to be still present in Nightly despite fix we did and landed in Nightly 138 last week.
left side is the release version 137.0 (aarch64) and right side is the Nightly 139.0a1 (2025-04-03) (aarch64)
search query 1: "restaurants in chicago"
we could see this works fine in release but nightly 139.0a1 is not working fine
But while testing locally, only the UI is not displaying it. MLSuggest is correctly returning the result.
Example: for a query: restaurants in santa clara
console.log: "result = {\"intent\":\"yelp_intent\",\"location\":{\"city\":\"santa clara\",\"state\":null},\"subject\":\"restaurants\"}"
Summary: MLSuggest yelp nightly does not show the city (location) correctly → NER-yelp suggest nightly does not show the city (location) correctly
pref flags needed to recreate:
browser.urlbar.quicksuggest.enabled
browser.urlbar.quicksuggest.mlEnabled
browser.urlbar.suggest.quicksuggest.sponsored
browser.urlbar.yelp.mlEnabled
browser.urlbar.suggest.quicksuggest.nonsponsored
Assignee | ||
Updated•6 months ago
|
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•