37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<p>A <code>meilisearchconfig.xml</code> different from the one provided with the extension was
|
|
detected.</p>
|
|
<p>It is recommended to use the
|
|
<code>meilisearchconfig.xml</code> file shipping with the Meilisearch for TYPO3
|
|
extension as it provides an optimized setup for the use of
|
|
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
|
|
changes to accommodate changes or new features in Apache
|
|
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>,
|
|
the recommended schema is called <strong>{recommendedVersion}</strong>. You can
|
|
find the recommended <code>meilisearchconfig.xml</code> file in the extension's resources folder: <code>EXT:meilisearch/Resources/Private/Meilisearch/</code>.
|
|
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>
|
|
<td colspan="2">Affected Meilisearch server</td>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<th>Host</th>
|
|
<td>{meilisearch.primaryEndpoint.host}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Path</th>
|
|
<td>{meilisearch.corePath}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Port</th>
|
|
<td>{meilisearch.primaryEndpoint.port}</td>
|
|
</tr>
|
|
</table>
|