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
Property (key) field should suggest existing properties while typing.
Tagify?
Open Food Facts uses Tagify library. Each field with a taxonomy has a simple HTML: <input type="text" name="labels" id="labels" class="text tagify-me" value="" lang="en" data-autocomplete="https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&" />. The data-autocomplete opens the link https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&term=Tes which returns a JSON array: ["Tesco Nurture","Alimentos Artesanos de Navarra","PDO Montes de Granada","PDO Montes de Toledo","PGI Garbanzo de Fuentesaúco","Sulfites and SO2 > 10ppm","With natural sulfites","With sulfites","Without sulfites"]
Property (key) field should suggest existing properties while typing.
Tagify?
Open Food Facts uses Tagify library. Each field with a taxonomy has a simple HTML:
<input type="text" name="labels" id="labels" class="text tagify-me" value="" lang="en" data-autocomplete="https://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&" />
. The data-autocomplete opens the linkhttps://world.openfoodfacts.org/cgi/suggest.pl?tagtype=labels&term=Tes which returns a JSON array:
["Tesco Nurture","Alimentos Artesanos de Navarra","PDO Montes de Granada","PDO Montes de Toledo","PGI Garbanzo de Fuentesaúco","Sulfites and SO2 > 10ppm","With natural sulfites","With sulfites","Without sulfites"]
Folksonomy Engine current API
The list of keys is here: https://api.folksonomy.openfoodfacts.org/keys and returns:
The text was updated successfully, but these errors were encountered: