
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:
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=