mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Merge pull request #2566 from array-in-a-matrix/search
add full text search for dendrite
This commit is contained in:
commit
c747891cfe
@ -211,3 +211,6 @@ matrix_dendrite_userapi_auto_join_rooms: []
|
||||
# statistics reporting configuration. These statistics contain the server
|
||||
# name, number of active users and some information on your deployment config.
|
||||
matrix_dendrite_report_stats: false
|
||||
|
||||
# Configuration for the full-text search engine.
|
||||
matrix_dendrite_syncapi_search_enabled: false
|
||||
|
@ -355,7 +355,7 @@ sync_api:
|
||||
# Configuration for the full-text search engine.
|
||||
search:
|
||||
# Whether or not search is enabled.
|
||||
enabled: false
|
||||
enabled: {{ matrix_dendrite_syncapi_search_enabled|to_json }}
|
||||
# The path where the search index will be created in.
|
||||
index_path: "/matrix-media-store-parent/searchindex"
|
||||
# The language most likely to be used on the server - used when indexing, to
|
||||
|
Loading…
Reference in New Issue
Block a user