<div dir="ltr"><div><div>Hi Dejan,<br></div>can you please post the get or post request made by openlayers for both, version 1.1.0 and 1.0.0?<br><br></div>Martin<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-02-18 11:37 GMT+01:00 Dejan Gambin <span dir="ltr"><<a href="mailto:dejan.gambin@coin.hr" target="_blank">dejan.gambin@coin.hr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I have been using MapServer 6.0.3 for a while. My client application worked well with WFS 1.1.0 protocol. Here is the part of the code:<br>
<br>
var protocol = new OpenLayers.Protocol.WFS({<br>
                    version: "1.0.0",<br>
                    url:  self.options.config.wfs_url + "SERVICE=WFS&srsName=EPSG:900913",<br>
                    srsName:"EPSG:900913",<br>
                    featureNS: self.options.config.wfs_ns,<br>
                    geometryName: "msGeometry",<br>
                    featurePrefix: "ms",<br>
                    featureType: some_layer,<br>
                    defaultFilter: new OpenLayers.Filter.Comparison({<br>
                        type: OpenLayers.Filter.Comparison.LIKE,<br>
                        property: some_property<br>
                        value: some_value<br>
                    })<br>
                })<br>
<br>
Recently I went to MapServer 6.4.1 and I started to get "no results" when using this code to search by attributes. I changed version 1.1.0 to 1.0.0 and everything works fine now.<br>
<br>
Does anyone know what is the reason for this and should I stay on 1.0.0?<br>
<br>
Notes - when doing spatial query it works ok even with 1.1.0.<br>
<br>
Thanks!<br>
<br>
dejan<br>
<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br></div>