MapServer / MapServer-import

3 stars 2 forks source link

WFS-PropertyIsLike issue #987

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: assefa Date: 2004/10/22 - 15:54

e-mail from  ulrich.rothstein@ccgis.de

I've tested the following request:

http://wms1.ccgis.de/cgi-bin/mapserv?map=/data/umn/germany_demo/germany_demo
_postgresql_wfs.map&REQUEST=GetFeature&VERSION=1.0.0&SERVICE=WFS&TYPENAME=St
aatsgrenze&FILTER=<ogc:Filter><ogc:PropertyIsLike wildCard="*"
singleChar="?"
escape="\"><ogc:PropertyName>popycoun</ogc:PropertyName><ogc:Literal>G</ogc:
Literal></ogc:PropertyIsLike></ogc:Filter>

As result I get all objects beginning with "G". It seems that mapserver
ignores the attribute 'wildcard' and uses a wildcard at the end of each
search item.

Additionally I want to use the wildcard at the beginning of the search item.
But this does't seem to work with mapserver.
tbonfort commented 12 years ago

Author: assefa Date: 2004/10/22 - 15:54

workin on it 
tbonfort commented 12 years ago

Author: assefa Date: 2004/10/22 - 17:46

I have corrected and tested it here with some test cases.
Sending an e-mail to Ulirich for testing.
tbonfort commented 12 years ago

Author: assefa Date: 2004/10/26 - 16:02

Marking it as Fixed. No news from ulrich.rothstein@ccgis.de after I sent an e-
mail specifying it was corrected.