Extension Extend Search


Extension Basics

Title
Extend Search
Name
ckanext-extend_search
Type
Public extension
Description
Extends CKAN's search with additional options including date range filtering and custodian search filters using bootstrap-daterangepicker.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-11-29 21:28:21)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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

  1. Clone this repository
  2. Issue the following command: pip install -r pip-requirements.txt
  3. Install: python ckanext-extend_search/setup.py develop
  4. 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.

Version
1.0
Version release date
2014-05-05
Contact name
XVT Solutions
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘extend_search’ to ckan.plugins. Legacy extension from 2014 - may require updates for modern CKAN versions.

Plugins to configure (ckan.ini)
extend_search
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions