Hi List,
(Sorry if this is a duplicate post, joining the list through Nabble has been
trying...)
Thanks in advance for your assistance. I am executing a csw:GetRecords query
using PropertyIsEqualTo but it seems to behave more like a PropertyContains.
I have two metadata records named Sections and BLM Sections. The following
query returns them both. Can anyone suggest how to modify without using the
file identifier?
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"
xmlns:gmd="http://www.isotc211.org/2005/gmd" service="CSW" version="2.0.2">
<csw:Query typeNames="csw:Record">
<csw:Constraint version="1.1.0">
<Filter xmlns="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml">
<PropertyIsEqualTo>
<PropertyName>title</PropertyName>
<Literal>sections</Literal>
</PropertyIsEqualTo>
</Filter>
</csw:Constraint>
</csw:Query>
</csw:GetRecords>
David Lowther
Coordinate Solutions, Inc.
904.471.5528 (Voice)
904.471.5548 (Fax)
www.CoordinateSolutions.com