Open
Description
The NOT operator can be used with all of the advanced comparison operators (https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/annex_ats_advanced-comparison-operators.adoc) like "NOT BETWEEN", "NOT LIKE", or "NOT IN"
Queries like eo:cloud_cover NOT BETWEEN 0 AND 50
and collection NOT LIKE 'sent%'
throw an exception like Unexpected token Token('NOT', 'NOT') at line 1, column 16.