openfoodfacts / openfoodfacts-dart

Open Food Facts API Wrapper
https://pub.dev/packages/openfoodfacts
Apache License 2.0
157 stars 65 forks source link

Implement Search V2 API to the fullest #515

Open teolemon opened 1 year ago

teolemon commented 1 year ago

What

Tag types

Output types

Product list

Map

See also

teolemon commented 1 year ago

cc @monsieurtanuki @M123-dev @g123k

teolemon commented 1 year ago

@monsieurtanuki I added a normalized tags list

teolemon commented 1 year ago

additives : with, without, indifferent We could have a suggested values for those: https://github.com/openfoodfacts/openfoodfacts-dart/blob/55f3fa583a535ec842db87067019ed2933f75a78/lib/model/parameter/TagFilter.dart like 1,2,3,4 for nova_groups (note those values are available in the taxonomies, most of the time)

teolemon commented 1 year ago

I added some missing link to the wiki documentation, that should clarify a number of things

teolemon commented 7 months ago

As a FYI, We're going to swap the backend providing the Product Opener search to the Elastic one, but the API should stay the same. cc @raphael0202 @alexgarel @monsieurtanuki

teolemon commented 7 months ago

Actually, I just got word that we should aim for the newer API.