Prompted by gbif/portal-feedback#3006 and gbif/portal-feedback#3026
The desire in above issues it to have a way to search for occurrences within or across datasets using datasetName https://dwc.tdwg.org/terms/#dwc:datasetName and datasetID https://dwc.tdwg.org/terms/#dwc:datasetID.
And to allow multiple values when the publisher delimits them by |.
So if a publisher provides an occurrence withdatasetName: projectA|projectB then it should be possible in the API to find that occurrence by adding a filter like datasetName=projectA (a keyword filter in ES terminology I guess?)
I do not believe we need a suggest endpoint for this.
Prompted by gbif/portal-feedback#3006 and gbif/portal-feedback#3026
The desire in above issues it to have a way to search for occurrences within or across datasets using
datasetNamehttps://dwc.tdwg.org/terms/#dwc:datasetName anddatasetIDhttps://dwc.tdwg.org/terms/#dwc:datasetID.And to allow multiple values when the publisher delimits them by
|.So if a publisher provides an occurrence with
datasetName: projectA|projectBthen it should be possible in the API to find that occurrence by adding a filter likedatasetName=projectA(a keyword filter in ES terminology I guess?)I do not believe we need a suggest endpoint for this.