pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

false positives on q search

Open pvgenuchten opened this issue 1 year ago • 0 comments

according to https://github.com/opengeospatial/ogcapi-records/issues/295 q is not a queryable, but a parameter with specific behaviour, the issue states that change climate should not match climate change, pycsw currently does not enforce this order of terms

https://demo.pycsw.org/cite/collections/metadata:main/items?q=lacus+justo

instead of q, pycsw could introduce another parameter, for example 'any', for full text search-style queries

pvgenuchten avatar Aug 06 '24 07:08 pvgenuchten