[Geoserver-devel] [JIRA] (GEOS-9505) SOLR data store seems to always perform a case sensitive match

Nuno Oliveira created an issue

GeoServer / BugGEOS-9505

SOLR data store seems to always perform a case sensitive match

Issue Type:

BugBug

Affects Versions:

2.17-RC

Assignee:

Unassigned

Components:

SOLR

Created:

18/Feb/20 11:11 AM

Priority:

MediumMedium

Reporter:

Nuno Oliveira

This can be reproduced using a WFS GetFeatures request:

<wfs:GetFeature service="WFS" version="1.0.0" xmlns:wfs="http://www.opengis.net/wfs">
   <wfs:Query typeName="geosolutions:some_layer">
      <ogc:Filter xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc">
         <ogc:And>
            <ogc:PropertyIsLike escapeChar="!" matchCase="false" singleChar="." wildCard="*">
               <ogc:PropertyName>SOME_FIELD</ogc:PropertyName>
               <ogc:Literal>*SOME_TEXT*</ogc:Literal>
            </ogc:PropertyIsLike>
         </ogc:And>
      </ogc:Filter>
      <ogc:SortBy xmlns:ogc="http://www.opengis.net/ogc">
         <ogc:SortProperty>
            <ogc:PropertyName>SOME_FIELD</ogc:PropertyName>
         </ogc:SortProperty>
      </ogc:SortBy>
   </wfs:Query>
</wfs:GetFeature>

A case sensitive match will be performed by the SOLR data store.

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100121-sha1:96a3924)

Atlassian logo