first commit
This commit is contained in:
27
Configuration/TypoScript/Solr/constants.typoscript
Normal file
27
Configuration/TypoScript/Solr/constants.typoscript
Normal file
@@ -0,0 +1,27 @@
|
||||
plugin.tx_meilisearch {
|
||||
# cat=meilisearch: basic/10/enable; type=boolean; label=Enable/disable Solr extension: EXT:meilisearch should only be enabled for relevant sys_languages, to avoid unnecessary connections and overwritten contents.
|
||||
enabled = 1
|
||||
|
||||
view {
|
||||
templateRootPath =
|
||||
partialRootPath =
|
||||
layoutRootPath =
|
||||
}
|
||||
|
||||
meilisearch {
|
||||
scheme = http
|
||||
host = localhost
|
||||
port = 8983
|
||||
path = /meilisearch/core_en/
|
||||
username =
|
||||
password =
|
||||
}
|
||||
|
||||
search {
|
||||
targetPage = 0
|
||||
|
||||
results {
|
||||
resultsPerPage = 10
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user