No project description provided
Project description
ckanext-search-tweaks
Set of tools providing control over search results, sorting, etc.
Requirements
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.8 and earlier | no |
2.9 | yes |
Installation
To install ckanext-search-tweaks:
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
Install it on the virtualenv
pip install ckanext-search-tweaks
-
Add
search_tweaks
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini
). -
Restart CKAN.
Usage
This extensions consists of multiple plugins. search_tweaks
is the main
(major) one, that must be enabled all the time. And depending on the set of
secondary (minor) plugins, extra features and config options may be
available. Bellow are listed all the plugins with their side effects.
Plugin | Functionality |
---|---|
search_tweaks | Allow all the other plugins to be enabled |
search_tweaks_query_relevance | Promote datasets that were visited most frequently for the current search query |
search_tweaks_field_relevance | Promote dataset depending on value of it's field |
search_tweaks_spellcheck | Provides "Did you mean?" feature |
search_tweaks
Provides base functionality and essential pieces of logic used by all the other plugins. Must be enabled as long as at least one other plugin from this extension is enabled.
-
Switches search to
edismax
query parser if none was specified -
Enables
ckanext.search_tweaks.iterfaces.ISearchBoost
interface with the following methods:def get_search_boost_fn(self, search_params: dict[str, Any]) -> Optional[str]: """Returns optional boost function that will be applied to the search query. """ return None
CLI
ckan search-tweaks -
Root of all the extension specific commands.
Every command from minor plugins is registered under this section.
search_tweaks_query_relevance
Config settings
# Which backend to use in order to collect information about dataset
# relevance for the particular search query. Possible values are:
# "redis-permanent", "redis-daily"
# (optional, default: redis-daily).
ckanext.search_tweaks.query_relevance.backend = redis-permanent
# How long(in days) information about dataset visits will be stored in order to
# update relevance of dataset in search query.
# (optional, default: 90).
ckanext.search_tweaks.query_relevance.daily.age = 90
# Solr boost function with $field placeholder that will be replaced by
# the correspoinding field name
# (optional, default: "scale(def($field,0),0,2)").
ckanext.search_tweaks.query_relevance.boost_function = recip($field,1,1000,1000)
# Prefix of the numeric field defined in Solr schema. This field will hold
# dataset's relevance for the given query.
# (optional, default: query_relevance_).
ckanext.search_tweaks.query_relevance.field_prefix = custom_score_
search_tweaks_field_relevance
Config settings
# Solr boost function for static numeric field
# (optional, default: None).
ckanext.search_tweaks.field_relevance.boost_function = pow(promoted_level,2)
search_tweaks_spellcheck
Exposes search suggestions from the Solr's spellcheck component to CKAN templates. This plugin doesn't do much and mainly relies on the Solr's built-in functionality. Thus you have to make a lot of changes inside Solr in order to use it:
-
Configure spellcheck component. Search for
<searchComponent name="spellcheck" class="solr.SpellCheckComponent">
section and add the following item under it:<lst name="spellchecker"> <str name="name">did_you_mean</str> <str name="field">did_you_mean</str> <str name="buildOnCommit">true</str> </lst>
-
Define spellcheck field in the schema. If you want to use an existing field(
text
for example), change<str name="field">did_you_mean</str>
value to the name of the selected field instead.<field name="did_you_mean" type="textgen" indexed="true" multiValued="true" />
-
Note: skip if you've decided to use an existing field in the previous step.
Copy meaningfull values into this field:<copyField source="title" dest="did_you_mean"/> <copyField source="notes" dest="did_you_mean"/> <copyField source="res_name" dest="did_you_mean"/> <copyField source="res_description" dest="did_you_mean"/> <copyField source="extras_*" dest="did_you_mean"/>
After that you have to restart Solr service and rebuild search index:
ckan search-index rebuild
Now you can use spellcheck_did_you_mean
helper that returns better search
query when available instead of the current one. Consider including
search_tweaks/did_you_mean.html
fragment under search form.
Developer installation
To install ckanext-search-tweaks for development, activate your CKAN virtualenv and do:
git clone https://github.com/DataShades/ckanext-search-tweaks.git
cd ckanext-search-tweaks
python setup.py develop
pip install -r dev-requirements.txt
Tests
Apart from the default configuration for CKAN testing, you have to create
ckan_search_tweaks
Solr's core, replace its schema with
ckanext/search_tweaks/tests/schema.xml
and make changes to solrconfig.xml
that are required by search_tweaks_spellcheck
.
To run the tests, do:
pytest --ckan-ini=test.ini ckanext/search_tweaks/tests
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-tweaks-0.1.0.tar.gz
.
File metadata
- Download URL: ckanext-search-tweaks-0.1.0.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24d41645238fc98a6896a6893f3984340c343fdc8f07e81ffea683d9b5dabda6 |
|
MD5 | c8daa50ab7b9d9fe64a08644189ece6b |
|
BLAKE2b-256 | 85a8d1e88aba531ef6d852dc0b3b161ee04701ed8df8d398be832dfd033417d1 |
File details
Details for the file ckanext_search_tweaks-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ckanext_search_tweaks-0.1.0-py3-none-any.whl
- Upload date:
- Size: 34.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a25d335b9751b76ac5f7f751d35e15d2d5bcb6875a9c949d4d8e5359f004baf8 |
|
MD5 | 2894d79eeaf93781b7faf8bc55c9d2ec |
|
BLAKE2b-256 | 3dad952b0578bbf44fc814a18c5371fb376a06a90422845cfdc5785f516eb670 |