openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

Document the list of taxonomy names #99

Open alexfauquette opened 2 months ago

alexfauquette commented 2 months ago

From running a query in https://search.openfoodfacts.net/?q=carre I tried to guess the value I could put in taxonomy_names. I then tried the brands_tag which failed:

image

I finally found it was brand by looking at a PR in dart SDK: https://github.com/openfoodfacts/openfoodfacts-dart/pull/835/files

Would be nice to have the list available in the docs, or return an error/warning if the taxonomy key does not exist

Part of