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
1 stars 0 forks source link

Support additional tags and query operators #14

Closed john-gom closed 11 months ago

john-gom commented 11 months ago

Adding support for a number of additional tags. To support this had to update the import code to only set a tag as queryable when a ful import had been performed.

Updated the full import code not delete existing products so it does not break the existing service.

Also added support for $and and $all operators as these are commonly used