Closed CecSve closed 1 month ago
In this case both concepts have the same start and end ages and I don't check the rank. Would it be enough if I just show a more generic message such as "One of the concepts is contained by the other"?
Yes, that seems like a good solution!
Deployed to UAT.
Would it be possible to change the result of the query to match the order of the concepts? For example;
https://api.gbif-uat.org/v1/occurrence/search?geologicaltime=LowerPennsylvanian,Bashkirian and https://api.gbif-uat.org/v1/occurrence/search?geologicaltime=Bashkirian,LowerPennsylvanian
gives the message
Bashkirian contains LowerPennsylvanian
andLowerPennsylvanian contains Bashkirian
, however technically, it is onlyLowerPennsylvanian
that containsBashkirian
. Could the message for https://api.gbif-uat.org/v1/occurrence/search?geologicaltime=Bashkirian,LowerPennsylvanian instead be something like:Bashkirian is contained within LowerPennsylvanian
?