You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the app, we use the /autocomplete API to list autocomplete brand names.
But there is an issue with accentuated characters (e.g.: with "Häagen-Dazs").
When we call the autocomplete method, with Haa as a query, it never suggests Häagen-Dazs.
Is there a way to bypass this strict matching?
What
In the app, we use the
/autocomplete
API to list autocomplete brand names.But there is an issue with accentuated characters (e.g.: with "Häagen-Dazs").
When we call the autocomplete method, with
Haa
as a query, it never suggests Häagen-Dazs.Is there a way to bypass this strict matching?
(cc openfoodfacts/openfoodfacts-dart#930)
Part of
The text was updated successfully, but these errors were encountered: