gbif / vocabulary

A simple registry of controlled vocabularies used for terms found in GBIF mediated data.
Apache License 2.0
5 stars 1 forks source link

Suggest returns the same suggestion multiple times #112

Closed MortenHofft closed 2 years ago

MortenHofft commented 2 years ago

https://api.gbif-uat.org/v1/vocabularies/EventType/concepts/suggest?limit=100&q=Si&locale=en

[
{
"key": 156,
"name": "SiteVisit",
"label": {
"en": "Site Visit"
}
},
{
"key": 156,
"name": "SiteVisit",
"label": {
"en": "Site Visit"
}
}
]
marcos-lg commented 2 years ago

fixed in UAT

MortenHofft commented 2 years ago

I'm a bit disappointed that it took you 2 hours to fix that ;) - thank you

marcos-lg commented 2 years ago

Deployed to PROD