We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autocompletion for categories, labels, countries
Rationale: it's often difficult to guess the exact name to filter with, and if just one S is missing, or CAPSLOCK is enabled, there is no match.
Proposed solution Use the Open Food Facts autosuggest APIs and JQUERY to let the user find categories. The API is multilingual by default, so nothing more to do. https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=categories&term=ca https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&term=ca https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=countries&term=ca
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add autocompletion for categories, labels, countries
Rationale:
it's often difficult to guess the exact name to filter with, and if just one S is missing, or CAPSLOCK is enabled, there is no match.
Proposed solution
Use the Open Food Facts autosuggest APIs and JQUERY to let the user find categories. The API is multilingual by default, so nothing more to do.
https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=categories&term=ca
https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&term=ca
https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=countries&term=ca
The text was updated successfully, but these errors were encountered: