Hi guys,
sorry for cross-posting.
I am using a geoserver(2.0.1) as a wfs-service with a postgresql
database and openlayers to show the data.
There is a possibility for the user to search data
within this openlayers application. I am using the
entered searchstring to form a getfeature request.
I am using the filter-function for this:
<ogc:propertyislike wildCard="*" singleChar="." escape="!">
<ogc:propertyname>institutio</ogc:propertyname>
<ogc:literal>*geographie*</ogc:literal>
</ogc:propertyislike>
The problem is that when a user enters a string which is differs only
a tiny bit to the string in the database (case sensitive), the
entry cannot be found. For example: gEoGrApHiE, geographie, GEOGRAPHIE,
Geographie.
Can someone help me to create a case insensitiv application using
openlayers, geoserver and postgresql.
I already found the "matchCase"-option in openlayers, but this
can only be used for EQUAL_TO filters which is not of any help
for me.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users