Extension Resources Filter


Extension Basics

Title
Resources Filter
Name
ckanext-resourcesfilter
Type
Public extension
Description
Replaces the standard resources list with an interactive, paginated and filterable list for datasets with many resources.
CKAN versions
Download-Url (zip)
Last commit
3 years ago (2022-05-31 11:13:56)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-resourcesfilter replaces the standard resources list on the CKAN dataset page with an interactive paginated list that can be browsed and filtered. This is especially useful for datasets with many resources. The extension overrides core CKAN templates; custom projects need to override this extension’s templates and load their plugin before resourcesfilter. The browsable list is only rendered on the dataset read page, not the management page. The current implementation does not support translations or ‘popular’ indicators. Uses Mustache templates for client-side rendering. Developed by Adrià Mercader at OKFN.

Version
0.1.0
Version release date
2022-05-31
Contact name
Adrià Mercader
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Minimum resources to show interactive list (default: 10)

ckanext.resourcesfilter.page_size = 10

Plugins to configure (ckan.ini)
resourcesfilter
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions