Extension Facet Scheming


Extension Basics

Title
Facet Scheming
Name
ckanext-facet_scheming
Type
Public extension
Description
Ckan extension to facet based in fields defined in the scheming extension
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-07-03 11:32:42)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

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.

image

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:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. 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
    
  3. 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).

  4. Clear the index in solr:

    ckan -c [route to your .ini ckan config file] search-index clear

  5. Modify the schema file on Solr (schema or managed schema) to add the multi

Version
2.0.0a
Version release date
2023-07-29
Contact name
Open Data & GIS Developments
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-facet_scheming:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. 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
    
  3. Add facet_scheming to the ckan.plugins setting in your CKAN config file (by default the config file is located at `/etc

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