Extension CKAN Filter Search


Extension Basics

Title
CKAN Filter Search
Name
ckanext-filtersearch
Type
Public extension
Description
CKAN extension for advanced search with dynamic facets, spatial and temporal extent filtering.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-11-23 09:44:18)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

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

  1. Activate your CKAN virtual environment.
  2. Install:
pip install ckanext-filtersearch
  1. Add filtersearch to the ckan.plugins setting in your CKAN config file.
  2. 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.

Version
1.0
Version release date
2017-12-12
Contact name
CCCA Data Centre
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Advanced search with dynamic facets, spatial + temporal filtering. Depends on CKAN spatial extension. Requires Solr schema.xml modifications. Config: ckanext.filtersearch.facet_matches. AGPL-3.0 license. 0 stars, 4 contributors.

Plugins to configure (ckan.ini)
filtersearch
CKAN Settings (ckan.ini)
# ckanext.filtersearch.facet_matches = 
DB migration to be executed
(not set)
<< back to Extensions