[GeoNetwork-devel] Query with spaces

Hi List, I try to make a csw getRecords request to Geonetwork using the OGC Filter Encoding:


any
% %


But it doesn’t return nothing.
Is ther any problem whith spaces?

I take this solution, before a split of my query string by spaces (word1
word2 word3):
<PropertyIsLike wildCard="%" singleChar="_" escape="\">
                    <PropertyName>any</PropertyName>
                    <Literal>%word1%</Literal>
                    <Literal>%word2%</Literal>
                    <Literal>%word3%</Literal>
</PropertyIsLike>
Ty,

ricken wrote:

Hi List, I try to make a csw getRecords request to Geonetwork using the
OGC
Filter Encoding:
...
<PropertyIsLike wildCard="%" singleChar="_" escape="\">
                    <PropertyName>any</PropertyName>
                    <Literal>% %</Literal>
</PropertyIsLike>
...
But it doesn't return nothing.
Is ther any problem whith spaces?

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
View this message in context: http://n2.nabble.com/Query-with-spaces-tp2218485p2223008.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.