first commit
This commit is contained in:
2
Configuration/TypoScript/Examples/EverythingOn/setup.txt
Normal file
2
Configuration/TypoScript/Examples/EverythingOn/setup.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Important: This file is deprecated and will removed with EXT:meilisearch 12.x
|
||||
@import 'EXT:meilisearch/Configuration/TypoScript/Examples/EverythingOn/setup.typoscript'
|
@@ -0,0 +1,56 @@
|
||||
|
||||
plugin.tx_meilisearch {
|
||||
|
||||
enableDebugMode = 1
|
||||
|
||||
|
||||
search {
|
||||
|
||||
results {
|
||||
resultsHighlighting = 1
|
||||
siteHighlighting = 1
|
||||
|
||||
showDocumentScoreAnalysis = 1
|
||||
}
|
||||
|
||||
spellchecking = 1
|
||||
spellchecking {
|
||||
searchUsingSpellCheckerSuggestion = 1
|
||||
}
|
||||
lastSearches = 1
|
||||
frequentSearches = 1
|
||||
sorting = 1
|
||||
faceting = 1
|
||||
variants = 1
|
||||
}
|
||||
|
||||
statistics = 1
|
||||
statistics.anonymizeIP = 1
|
||||
|
||||
suggest = 1
|
||||
|
||||
logging {
|
||||
exceptions = 1
|
||||
debugOutput = 1
|
||||
|
||||
indexing {
|
||||
indexQueueInitialization = 1
|
||||
missingTypo3SearchMarkers = 1
|
||||
pageIndexed = 1
|
||||
|
||||
queue {
|
||||
pages = 1
|
||||
tt_news = 1
|
||||
}
|
||||
}
|
||||
|
||||
query {
|
||||
filters = 1
|
||||
searchWords = 1
|
||||
queryString = 1
|
||||
rawPost = 1
|
||||
rawGet = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user