Geonetwork Opensource software users,
can anyone pls advise which Linux distribution is compatible with the
geonetwork open source softaware?
currently using Centos and its giving problems.
which distribution best suits GN?
thanks
Sala
--
View this message in context: http://www.nabble.com/Linux-and-geonetwork-opensource-software-tf3611078s18419.html#a10091154
Sent from the geonetwork-users mailing list archive at Nabble.com.
Hi,
I am having some problems querying the catalogue using CSW. I have metadata
with dc:title "hello" in the catalogue, if I search using the catalogue
portal it returns the correct entry, but if I perform the following CSW
query the catalogue returns nothing. Any ideas?
Thanks
<GetRecords service="http://www.opengis.net/cat/csw" version="2.0.1"
xmlns="http://www.opengis.net/cat/csw"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:gml="http://www.opengis.net/gml" startPosition='1'
maxRecords='10' resultType="results">
<csw:Query xmlns:csw="http://www.opengis.net/cat/csw">
<csw:Constraint version='1.1.0'>
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
<ogc:PropertyIsLike wildCard="*"
singleChar="?"
escape="\">
<ogc:PropertyName>any</ogc:PropertyName>
<ogc:Literal>*hello*</ogc:Literal>
</ogc:PropertyIsLike>
</ogc:Filter>
</csw:Constraint>
</csw:Query>
</GetRecords>