openfoodfacts / openfoodfacts-query

This extracts key product data from MongoDB into a Postgres database to speed up OFF
GNU Affero General Public License v3.0
0 stars 0 forks source link

add ingredients_original_tags #8

Closed stephanegigandet closed 8 months ago

stephanegigandet commented 9 months ago

https://github.com/openfoodfacts/openfoodfacts-server/pull/9127 has introduced a new /ingredients-original facet, mapped to the ingredients_original_tags

I'm not sure where to add it exactly, in src/domain/entities/product-tags.ts only ? There are also some .json files in /temp/ and some migration scripts.

What surprises me is that some fields seem not listed in those places, like data_quality_tags, but they still seem to work anyway.