[ckan-changes] [ckan/ckan] b50452: [#1838] Set default FTS language using ckan.datast...
GitHub
noreply at github.com
Mon Jul 21 17:36:29 UTC 2014
Branch: refs/heads/1838-fts-on-specific-columns
Home: https://github.com/ckan/ckan
Commit: b50452da76170d77f41baef675fa71a16733f15f
https://github.com/ckan/ckan/commit/b50452da76170d77f41baef675fa71a16733f15f
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/plugin.py
A ckanext/datastore/tests/test_db.py
M ckanext/datastore/tests/test_plugin.py
Log Message:
-----------
[#1838] Set default FTS language using ckan.datastore.default_fts_lang
If you set `ckan.datastore.default_fts_lang` on the INI file, it'll be used as
the default language to be used when creating full-text search indexes and
queries. It can be overwritten on a per-request basis by using the `lang`
parameter. If none exist (neither `lang` or `ckan.datastore.default_fts_lang`),
"english" is used as a default.
More information about the ckan-changes
mailing list