Missing catalog endpoint data
Closed this issue · 2 comments
silvester-pari commented
Some things are still missing from the dynamic endpoint:
- The query function is inconsistent, let's say we initially have the starting point https://resource-catalogue.osc.develop.eoepca.org/collections/metadata:main/items?type=dataset&q=Aerosols&sortby=title&f=json, if one wants to also add the "dust" as a search keyword it works pretty well https://resource-catalogue.osc.develop.eoepca.org/collections/metadata:main/items?type=dataset&q=Aerosols&q=dust&sortby=title&f=json but if you want to search for "climatology" (which is a pretty common word in the initial response titles as well as descriptions) we get an empty response https://resource-catalogue.osc.develop.eoepca.org/collections/metadata:main/items?type=dataset&q=Aerosols&q=climatology&sortby=title&f=json, not only that but the empty response appears as soon as I try to query "cli"
- pagination: get more than 10 items at once
silvester-pari commented
Also identified the limitation of not being able to search e.g. a "title" with a case-insensitive query (only case-insensitive search in all fields via "q" query, or case-sensitive search in "Title" via cql is supported currently).
silvester-pari commented
This has been solved with the newest version of the resource catalog.