ckanext-facet_scheming
ckanext-facet_scheming provides functions and templates that have been specially developed to extend the search functionality in CKAN for custom schemas. It uses the fields defined in a scheming file to provide a set of tools to use these fields for scheming, and a way to include icons in their labels when displaying them.

Requirements
Warning
This extension needs custom GeoDCAT-AP ckanext-scheming extension to work.
facet_scheming is designed to provide templates and functions to be used by other extensions over it. It uses the fields defined in a scheming file to provide
a set of tools to use those fields for scheming, and a way to include icons in its labels when displaying them.
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.8 and earlier |
not tested |
| 2.9 |
yes |
| 2.10 |
not yet |
Suggested values:
- “yes”
- “not tested” - I can’t think of a reason why it wouldn’t work
- “not yet” - there is an intention to get it working
- “no”
Installation
To install ckanext-facet_scheming:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv
git clone https://github.com/dsanjurj/ckanext-facet_scheming.git
cd ckanext-facet_scheming
pip install -e .
pip install -r requirements.txt
Add facet_scheming to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/ckan.ini).
Clear the index in solr:
ckan -c [route to your .ini ckan config file] search-index clear
Modify the schema file on Solr (schema or managed schema) to add the multi