biodiversitydata-se / biocollect

Biocollect front end application for Bioatlas
https://biocollect.biodiversitydata.se/
Other
0 stars 0 forks source link

make site.name a unique field #162

Closed magdziarek closed 3 years ago

magdziarek commented 3 years ago

@mathieuLU - are the site names even for the centroids that are placeholders unique? It seems like it to me but I wanted to make sure before I make the field unique

db.site.find().count() 4270 db.site.distinct("name").length 4270

mathieuLU commented 3 years ago

yes they are. Because I have already created the displayed name as "code + original route name" but there are doublons in the original route names. Which is not a problem

=> not need to be unique