spatial-d4science/bin
amercader 9b9b534a32 [#24] Update API query to make it compatible with older Solr versions
The following expression is not valid in Solr 1.X:

"q":"harvest_object_id:*"

It returns the following error:

'*' or '?' not allowed as first character in WildcardQuery

It has been replaced with:

"q":"harvest_object_id:[\"\" TO *]"
2013-08-30 14:39:20 +01:00
..
__init__.py [#24] Add command for pycsw integration 2013-08-30 14:39:19 +01:00
ckan_pycsw.py [#24] Update API query to make it compatible with older Solr versions 2013-08-30 14:39:20 +01:00