Add fallback for non-supported languages & search in path and text
This commit is contained in:
parent
06a5cd5aef
commit
db1f5c84a7
2 changed files with 18 additions and 9 deletions
|
@ -102,6 +102,7 @@ ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
|
|||
|
||||
SEARCH_TYPE = 'whoosh'
|
||||
WHOOSH_INDEX = '/tmp/whoosh'
|
||||
WHOOSH_LANGUAGE = 'en'
|
||||
|
||||
# Get ReCaptcha Keys for your domain here:
|
||||
# https://www.google.com/recaptcha/admin#whyrecaptcha
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue