Extension Suggest


Extension Basics

Title
Suggest
Name
ckanext-suggest
Type
Public extension
Description
The **Suggest** extension for CKAN enhances the user experience by providing an auto-suggest featur
CKAN versions
Download-Url (zip)
Last commit
3 years ago (2022-05-30 13:06:36)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

Tests

ckanext-suggest

An extension that utilizes Solr Suggest component to provide auto-suggest feature in CKAN’s main dataset search.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 yes

Installation

To install ckanext-suggest:

  1. In order to enable SOLR suggest component you need to edit solrconfig.xml in your application’s SOLR core settings and add the following snippet in the components section: “`xml

    datasetTitleSuggester AnalyzingInfixLookupFactory DocumentDictionaryFactory title 2 text false false datasetNotesSuggester AnalyzingInfixLookupFactory DocumentDictionaryFactory notes 2 text false false datasetTagsSuggester FuzzyLookupFactory <str name=

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-suggest:

  1. In order to enable SOLR suggest component you need to edit solrconfig.xml in your application’s SOLR core settings and add the following snippet in the components section: “`xml

    datasetTitleSuggester <

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