Hi all,
We are trying perform logical search query via keywords with (xml.search) service. It seems like the default operator for keywords search in the geonetwork is “or” for multiple search parameters. For example:
keyword1
keyword2
keyword3
Moreover, these keywords are in different elements in our ISO19115 records.
The request return, by default, will be all the records which has either of the keywords 1, 2 or 3. However we wanted to search the records with “and” operation, meaning we want to return only records which has all the keywords 1, 2, and 3. Something like:
keyword1 and keyword2 and keyword3
“OR”
keyword1 keyword2 keyword3At this point we are not sure how to do the “AND” operation with the search criteria for multiple query parameters. Does anyone know or have come across this issue and knows the solution or know how to get around it??
Thanks in advance.
Shao