AtlasOfLivingAustralia / ala-namematching-service

Service for ALA name matching to aid pipelines integration
Other
1 stars 4 forks source link

Duplicate names in autocomplete #69

Open charvolant opened 1 year ago

charvolant commented 1 year ago

See for example https://api.ala.org.au/species/search/auto?q=Koala&idxType=TAXON&limit=5 will return

{
      "guid": "https://biodiversity.org.au/afd/taxa/e9d6fbbd-1505-4073-990a-dc66c930dad6",
      "matchedNames": [
        "Koala",
        "Koala (Qld/Nsw/Act Population)"
      ],
      "name": "Phascolarctos cinereus",
    },
    {
      "guid": "https://biodiversity.org.au/afd/taxa/e9d6fbbd-1505-4073-990a-dc66c930dad6",
      "matchedNames": [
        "Koala (Qld/Nsw/Act Population)",
        "Koala"
      ],
      "name": "Phascolarctos cinereus",
    }