Extend Search
Uses and extends upon bootstrap-daterangepicker (credit to Dan Grossman Copyright 2012-2014).
Features
- Adds a package/dataset date range search filter (modified-on metadata date)
- Adds a package/dataset custodian search filter
- Bootstrap date range picker integration
Installation
- Clone this repository
- Issue the following command:
pip install -r pip-requirements.txt
- Install:
python ckanext-extend_search/setup.py develop
- Add
extend_search to the list of plugins in .ini file
Usage
Once installed, users will see additional search filters on the dataset search page allowing them to:
- Filter datasets by modification date range
- Filter datasets by custodian/maintainer
Note
This is a legacy extension from 2014. May require updates for modern CKAN versions.