meilisearch/Resources/Private/Templates/Backend/Reports/SchemaStatus.html
2021-04-17 21:20:54 +02:00

38 lines
1.5 KiB
HTML

<p>A schema different
from the one provided with the extension was detected.</p>
<p>It is recommended to use the
schema.xml file shipping with the Meilisearch for TYPO3
extension as it provides an optimized field setup for
using Meilisearch with TYPO3. A difference can occur when you
update the TYPO3 extension, but forget to update the
schema.xml file on the Meilisearch server. The schema sometimes
changes to accommodate changes or new features in Apache
Meilisearch. Also make sure to restart the Tomcat server after
updating the schema.xml file.</p>
<p>Your Meilisearch server is
currently using schema version <strong>{meilisearch.schema.name}</strong>, the
recommended schema version is <strong>{recommendedVersion}</strong>. You can
find the recommended <code>schema.xml</code> file in the extension's
resources folder: <code>EXT:meilisearch/Resources/Private/Meilisearch/</code>. While
you're at it, please make sure you're using the current <code>meilisearchconfig.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>