Re: [Geoserver-users] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Kolaczek, Martyna Julia
with CQL filter, when value contains single quote and there are no results Hi, if I URL-decode the first filter, it looks like this: (1 = 1) AND (1 = 1 AND (region = 'JAPAC') AND (country = 'South Korea') AND (state = 'Chungcheongnamdo [Ch''ungch'ongnam-do]')) Only one of the single quotes has

Re: [Geoserver-users] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Andrea Aime
Hi, if I URL-decode the first filter, it looks like this: (1 = 1) AND (1 = 1 AND (region = 'JAPAC') AND (country = 'South Korea') AND (state = 'Chungcheongnamdo [*Ch''ungch'ongnam-do*]')) Only one of the single quotes has been doubled. If also the second is repeated, as expected, then there is

[Geoserver-users] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Kolaczek, Martyna Julia
Hello, I have a problem with filtering a layer, when filter value contains a single quote (which I replace with two single quotes - according to a specification: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-literal). Values are filtered correctly when there are some