Hi all,
we have some problems with our test server so I setup another one at:
http://crisalis-tech.com:8081/geonetwork/srv/en/csw
This server has some fixes respect to the previous one:
- fixed namespaces
- fixed capabilities document (we still have to declare queryable fields and parameters)
- fixed a bug with CQL and wildcards. Now, to query using CQL you have to
specify strings like: AnyText = africa%
I would like to stress that the CQL implementation is far from good (the library
we use it pretty naive). This has some limitations (for example you cannot search
words that contain spaces).
Another limitation is our search engine: you cannot search wildcards like %africa%
because lucene accepts wildcards only at the end of the word.
Happy testing,
Andrea