chore: Add option to ckan.search.solr_allowed_query_parsers config for spatial search
This commit is contained in:
parent
2967efa0e0
commit
e1d9574689
|
@ -114,7 +114,7 @@ CKAN__PREVIEW__XML_FORMATS="xml rdf rdf+xml owl+xml atom rss turtle ttl n3 n-tri
|
|||
CKAN__PREVIEW__TEXT_FORMATS="text plain text/plain text/turtle csv tsv rss txt json"
|
||||
CKAN__PREVIEW__LOADABLE="html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json arcgis_rest"
|
||||
# ckanext-spatial: Allow Solr local params: https://github.com/ckan/ckanext-spatial/issues/328
|
||||
CKAN__SEARCH__SOLR_ALLOWED_QUERY_PARSERS = field
|
||||
CKAN__SEARCH__SOLR_ALLOWED_QUERY_PARSERS=field
|
||||
|
||||
## Resource Proxy settings
|
||||
### Preview size limit, default: 1MB
|
||||
|
|
Loading…
Reference in New Issue