first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

View 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'

View File

@@ -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
}
}
}