meilisearch/Configuration/TypoScript/Solr/constants.typoscript

28 lines
528 B
Plaintext
Raw Normal View History

2021-04-17 00:26:33 +02:00
plugin.tx_meilisearch {
2021-04-17 21:20:54 +02:00
# cat=meilisearch: basic/10/enable; type=boolean; label=Enable/disable Meilisearch extension: EXT:meilisearch should only be enabled for relevant sys_languages, to avoid unnecessary connections and overwritten contents.
2021-04-17 00:26:33 +02:00
enabled = 1
view {
templateRootPath =
partialRootPath =
layoutRootPath =
}
meilisearch {
scheme = http
host = localhost
2021-04-17 21:20:54 +02:00
port = 7700
2021-04-17 00:26:33 +02:00
path = /meilisearch/core_en/
username =
password =
}
search {
targetPage = 0
results {
resultsPerPage = 10
}
}
}