Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cn-develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 14, 2023
2 parents 25e5290 + cc4574d commit 3273bc2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
CLIENT_URL,
CLIENT_LOCALE_FORMATS,
AUTH_PROVIDERS,
CONTENTAPI_ELASTICSEARCH_SETTINGS,
)
from cp.common_settings import AUTH_PROVIDERS # noqa

Expand Down Expand Up @@ -304,3 +305,13 @@
]

AGENDA_SHOW_MULTIDAY_ON_START_ONLY = True

CONTENTAPI_ELASTICSEARCH_SETTINGS["settings"]["analysis"]["analyzer"]["html_field_analyzer"]["filter"] = [
"lowercase",
"elision",
"asciifolding",
]

# bump core versions to reindex inclusing elision
WIRE_SCHEMA_VERSION = 4
AGENDA_SCHEMA_VERSION = 6

0 comments on commit 3273bc2

Please sign in to comment.