openfoodfacts / folksonomy_api

A light REST API designed for Open Food Facts folksonomy engine
https://wiki.openfoodfacts.org/Folksonomy_Engine
GNU Affero General Public License v3.0
11 stars 7 forks source link

Data destroying issue? #169

Closed CharlesNepote closed 3 months ago

CharlesNepote commented 5 months ago

When asking for https://api.folksonomy.openfoodfacts.org/keys the count of "producer_data_issue" seem to be blocked arround 867 since weeks while I frequently add new products with this key/value pair.

  {
    "k": "producer_data_issue",
    "count": 867,
    "values": 90
  }

I'm going to monitor https://api.folksonomy.openfoodfacts.org/products?k=producer_data_issue

On 2024-03-29T10:40: response_1711705061689.json

alexgarel commented 5 months ago

@CharlesNepote I see it's now 884. {"k":"producer_data_issue","count":884,"values":92}

CharlesNepote commented 3 months ago

Ok seems fine, maybe I was wrong, I'm sorry.