From 0c75a8c1300338ce0a03d3a1bb57959f48eaaf1a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Oct 2017 13:02:59 +0200 Subject: Manage postgres index and vector searches (refs #2912) --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index ea50daffb..6ca8cb5fc 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -240,6 +240,7 @@ ISHTAR_PERIODS = {} ISHTAR_PERMIT_TYPES = {} ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"} +ISHTAR_SEARCH_LANGUAGE = "french" ISHTAR_DPTS = [] -- cgit v1.2.3