I am trying to create a CSW GetRecords HTTP Get request which makes use of the CONSTRAINT keyword. However when I submit my request which specifies the CONSTRAINTLANGUAGE as CQL_TEXT I get the following error:
<?xml version="1.0" encoding="UTF-8" ?> <ExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ows"> <Exception exceptionCode="InvalidParameterValue" locator="constraintLanguage"> <ExceptionText>CQL_TEXT is not supported.</ExceptionText> </Exception> </ExceptionReport>
I don't understand as CQL_TEXT is one of the two accepted values according to the CSW specification.