Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 1.17 KB

README.rst

File metadata and controls

45 lines (28 loc) · 1.17 KB

ckanext-facetcollapse

This extension makes the search facets collapsible.

https://i.imgur.com/lTn4bZB.png

There are four available default states, which can be set via the ckanext.facetcollpase.default configuration option:

  • Collapse all: collapse (This is the default value)
  • Collapse all but first: expand-first
  • Collapse empty: expand-navs
  • Collapse none: expand-all

This settings can also be modified via the Administrator Interface:

https://i.imgur.com/CB4BkTy.png

Some classes are added to each module, in case further styling is desirable:

  • expanded
  • collapsed
  • nothing-to-reveal (when no facets match the search)

Requirements

This extension assumes that JQuery and Bootstrap are included (as they are by default).

Installation

To install ckanext-facetcollapse for development, activate your CKAN virtualenv and do:

git clone https://github.com/okfn/ckanext-facetcollapse.git
cd ckanext-facetcollapse
python setup.py develop