Search autocompletion
Project description
ckanext-search-autocomplete
This extension provides an autocomplete for /datasets page search. Autocomplete search by dataset titles and facets.
The default facets:
{
'organization': _('Organisations'),
'tags': ('Tags'),
'res_format': _('Formats'),
}
You can redefine this by implementing the ISearchAutocomplete interface.
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 |
2.10 | yes |
Installation
To install ckanext-search-autocomplete:
-
Clone the source and install it on the virtualenv
git clone https://github.com/mutantsan/ckanext-search-autocomplete.git cd ckanext-search-autocomplete pip install -e . pip install -r requirements.txt
-
Add
search_autocomplete
to theckan.plugins
setting in your CKAN config file.
Config settings
TODO:
# The item limit to show
# (optional, default: 6).
ckanext.search_autocomplete.autocomplete_limit = 10
# Enable basic(example) template with the autocomplete widget.
# You can use it for testing, but it's better to implement your own template,
# because basic one is neither configurable, nor fancy-looking
# (optional, default: false).
ckanext.search_autocomplete.enable_default_implementation = yes
# Space-separated list of CKAN endpoints(Flask endpoints in form `blueprint.view`).
# It can be used if you want to enable autocomplete for non-standard dataset types, or on
# the organization/group page.
# (optional, default: dataset.search group.read organization.read).
ckanext.search_autocomplete.dataset_search_endpoints = dataset.search custom_dataset_type.search
Developer installation
To install ckanext-search-autocomplete for development, activate your CKAN virtualenv and do:
git clone https://github.com/mutantsan/ckanext-search-autocomplete.git
cd ckanext-search-autocomplete
python setup.py develop
pip install -r dev-requirements.txt
Tests
To run the tests, do:
pytest --ckan-ini=test.ini
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ckanext_search_autocomplete-0.1.0.tar.gz
.
File metadata
- Download URL: ckanext_search_autocomplete-0.1.0.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 904b149e524f6268cdc7546ad5092b4d27bf78845df82114bda51ad5b500d60b |
|
MD5 | 1908607e013c33cc1f701c20cdf95045 |
|
BLAKE2b-256 | 54fac890cdf873518ea312c5c92e3be79a5062bdcdc2425ff30d9411c735b3ae |
File details
Details for the file ckanext_search_autocomplete-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ckanext_search_autocomplete-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20efac2e002e7d5b578bbbc8b6380f6d4b87155fa2a4a61ff50cf48be5a9b369 |
|
MD5 | f44015e57b2aaad3a4010b91896e765d |
|
BLAKE2b-256 | cb9d3bf74e659bf688d9462d03cc3318f8c3a0cc67ab6e52348ea736c95b744a |