FILTER logic operator
---------------------
Key: GEOS-327
URL: http://jira.codehaus.org/browse/GEOS-327
Project: GeoServer
Type: Bug
Reporter: yyt wyy
Assigned to: Chris Holmes
here is the req xml
<!-- Performs a between filter. Doesn't appear to be working, not sure why. -->
<!-- TODO: debug this and add a maxFeature -->
<wfs:GetFeature service="WFS" version="1.0.0"
outputFormat="GML2"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<wfs:Query typeName="states" >
<Filter>
<AND>
<PropertyIsLike wildCard="*" singleChar="#" escapeChar="!">
<PropertyName>STATE_NAME</PropertyName>
<Literal>*a*</Literal>
</PropertyIsLike>
<PropertyIsLike wildCard="*" singleChar="#" escapeChar="!">
<PropertyName>STATE_NAME</PropertyName>
<Literal>*c*</Literal>
</PropertyIsLike>
</AND>
</Filter>
</wfs:Query>
</wfs:GetFeature>
it dosent work
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira