When I use query
<GetFeature service="WFS" outputFormat="GML2" maxFeatures="5000" xmlns:gml="http://www.opengis.net/gml"><Query typeName="topp:HANOI_ROAD" /><Filter><Intersects>
<PropertyName>topp:HANOI_ROAD/topp:HANOI_ROAD.GEOLOC</PropertyName><gml:Box><gml:coordinates>11768064.406504064,2335365 11771335.593495935,2337195</gml:coordinates></gml:Box></Intersects><Disjoint><PropertyName>topp:HANOI_ROAD/topp:HANOI_ROAD.GEOLOC</PropertyName><gml:Box><gml:coordinates>11768609.604336043,2335670 11770790.395663956,2336890</gml:coordinates></gml:Box></Disjoint></Filter></GetFeature>
to filter some feature from all of feature I have when I query by Intersect. But The return is null, I don't know this is null. Could you help me.
CodeHaus Comment From: cholmes - Time: Thu, 2 Dec 2004 08:47:06 -0600
---------------------
<p>You seem to have an intersects and a disjoint in here. If that's the behaviour you really want then they both need to go in a <And> filter</p>
CodeHaus Comment From: aaime - Time: Thu, 29 Mar 2007 02:06:01 -0500
---------------------
<p>These issue has been in resolved state for at least one month (quite a bit, a lot more than one month). Batch transitioning them to closed state</p>