2021-04-17 21:20:54 +02:00
< p > A < code > meilisearchconfig.xml< / code > different from the one provided with the extension was
2021-04-17 00:26:33 +02:00
detected.< / p >
< p > It is recommended to use the
2021-04-17 21:20:54 +02:00
< code > meilisearchconfig.xml< / code > file shipping with the Meilisearch for TYPO3
2021-04-17 00:26:33 +02:00
extension as it provides an optimized setup for the use of
2021-04-17 21:20:54 +02:00
Meilisearch with TYPO3. A difference can occur when you update the
TYPO3 extension, but forget to update the < code > meilisearchconfig.xml< / code >
file on the Meilisearch server. The Meilisearch configuration sometimes
2021-04-17 00:26:33 +02:00
changes to accommodate changes or new features in Apache
2021-04-17 21:20:54 +02:00
Meilisearch. Also make sure to restart the Tomcat server after
updating < code > meilisearchconfig.xml< / code > .< / p >
< p > Your Meilisearch server is currently using a Meilisearch configuration file named
< strong > {f:if(condition:meilisearch.meilisearchconfigName, then:meilisearch.meilisearchconfigName, else:'not set')}< / strong > ,
2021-04-17 00:26:33 +02:00
the recommended schema is called < strong > {recommendedVersion}< / strong > . You can
2021-04-17 21:20:54 +02:00
find the recommended < code > meilisearchconfig.xml< / code > file in the extension's resources folder: < code > EXT:meilisearch/Resources/Private/Meilisearch/< / code > .
2021-04-17 00:26:33 +02:00
While you're at it, please check whether you're using the current < code > schema.xml< / code > file, too.< / p >
< table class = "table table-condensed table-hover table-striped" >
< thead >
< tr >
2021-04-17 21:20:54 +02:00
< td colspan = "2" > Affected Meilisearch server< / td >
2021-04-17 00:26:33 +02:00
< / tr >
< / thead >
< tr >
< th > Host< / th >
2021-04-17 21:20:54 +02:00
< td > {meilisearch.primaryEndpoint.host}< / td >
2021-04-17 00:26:33 +02:00
< / tr >
< tr >
< th > Path< / th >
2021-04-17 21:20:54 +02:00
< td > {meilisearch.corePath}< / td >
2021-04-17 00:26:33 +02:00
< / tr >
< tr >
< th > Port< / th >
2021-04-17 21:20:54 +02:00
< td > {meilisearch.primaryEndpoint.port}< / td >
2021-04-17 00:26:33 +02:00
< / tr >
< / table >