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
taxonomy_value
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&value=cora
returns tons of logos
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&taxonomy_value=en:cora
return nothing
I implemented the use of search-a-lisiouse for brand and found that using the taxonomy id do not work
The text was updated successfully, but these errors were encountered:
Hi @alexfauquette, the following.
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&taxonomy_value=Cora
or
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&taxonomy_value=cora
seems to work for me
Is there a reason why the en:cora was used instead of cora in the URL ?
en:cora
cora
Sorry, something went wrong.
No branches or pull requests
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&value=cora
returns tons of logos
https://robotoff.openfoodfacts.org/api/v1/images/logos/search/?type=brand&count=25&random=true&taxonomy_value=en:cora
return nothing
Context
I implemented the use of search-a-lisiouse for brand and found that using the taxonomy id do not work
The text was updated successfully, but these errors were encountered: