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
Currently, it is not possible to execute following API request because in ProductField the required ADDITIVES_TAGS_IN_LANGUAGES and ALLERGENS_TAGS_IN_LANGUAGES field definitions are missing.
Moreover, the existing ADDITIVES(offTag: 'additives_tags') and ALLERGENS(offTag: 'allergens_tags') do not follow the existing naming convention - they should be named ADDITIVES_TAGS and ALLERGENS_TAGS.
What - Proposed solution
Add ADDITIVES_TAGS_IN_LANGUAGES and ALLERGENS_TAGS_IN_LANGUAGES and the logic to handle these fields properly.
The text was updated successfully, but these errors were encountered:
Why - Problem description
Currently, it is not possible to execute following API request because in ProductField the required
ADDITIVES_TAGS_IN_LANGUAGES
andALLERGENS_TAGS_IN_LANGUAGES
field definitions are missing.https://de.openfoodfacts.org/api/v2/product/20101268?fields=additives_tags_de,additives_tags_en,allergens_tags_de,allergens_tags_en
Moreover, the existing
ADDITIVES(offTag: 'additives_tags')
andALLERGENS(offTag: 'allergens_tags')
do not follow the existing naming convention - they should be namedADDITIVES_TAGS
andALLERGENS_TAGS
.What - Proposed solution
Add
ADDITIVES_TAGS_IN_LANGUAGES
andALLERGENS_TAGS_IN_LANGUAGES
and the logic to handle these fields properly.The text was updated successfully, but these errors were encountered: