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

Does not cater for $in requests #20

Closed john-gom closed 8 months ago

john-gom commented 8 months ago

What

e.g.

{
  "code": {
    "$in": [
      "3021760403167",
      "0215928036868",
      "20997274",
      "3038680063630",
      "3461820010018"
    ]
  }
}

Steps to reproduce the behavior:

Not sure where these come from

Expected behavior

Should return matches where any of the conditions are true