epifanio / adc-pycsw

Setup and deployment of PyCSW for the Arctic Data Centre (ADC) project
2 stars 0 forks source link

implementing missing query #9

Closed epifanio closed 10 months ago

epifanio commented 10 months ago

mapping to SOLR of the following CSW query

Note: ["ogc:PropertyIsLike", "ogc:PropertyIsEqualTo"] are treated equally

epifanio commented 10 months ago

@tomkralidis @ferrighi @magnarem Can any of you give it a try? The code is implemented on our testing istance I added a notebook here: https://github.com/epifanio/CSW_SOLR_QUERY/blob/main/CSW_QUERY_TEST.ipynb for testing purposes

epifanio commented 10 months ago

merging after some testing see open issue regarding misleading results when executing unsupported query see: https://github.com/epifanio/adc-pycsw/issues/10