isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

Duplicate values in the vocabulary labels #363

Open dannymandel opened 3 months ago

dannymandel commented 3 months ago

@hyunssong pointed out that we are returning duplicates in the vocabulary when we hit the vocabulary service:

https://central.isample.xyz/isamples_central/vocabulary/material_type

In particular, there is a duplicate entry for particulate.

Confirmed that there is only one row in the database:

select * from term where name='particulate';