ckanext-filtersearch
CKAN extension by CCCA Data Centre for advanced search functionality with dynamic facets, spatial extent and time extent filtering.
Requirements
- Depends on the CKAN spatial extension (spatial_query)
- Requires Solr schema.xml modifications
Installation
- Activate your CKAN virtual environment.
- Install:
pip install ckanext-filtersearch
- Add
filtersearch to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Solr Configuration
Add the following to schema.xml before dynamic_field entries:
<field name="extras_specifics" type="text" indexed="true" stored="true" multiValued="true" required="false"/>
<dynamicField name="extras_specifics_*" type="text" indexed="true" stored="true" multiValued="true"/>
Restart Solr and rebuild search index.
Configuration
# ckanext.filtersearch.facet_matches = 5
Number of matches necessary to build a dynamic facet.
License
AGPL-3.0
Info
Release: CADS 1.0 (Dec 12, 2017). 4 contributors. 0 stars.