meilisearch/Resources/Private/Templates/Backend/Reports/SchemaStatus.html

38 lines
1.5 KiB
HTML
Raw Normal View History

2021-04-17 00:26:33 +02:00
<p>A schema different
from the one provided with the extension was detected.</p>
<p>It is recommended to use the
2021-04-17 21:20:54 +02:00
schema.xml file shipping with the Meilisearch for TYPO3
2021-04-17 00:26:33 +02:00
extension as it provides an optimized field setup for
2021-04-17 21:20:54 +02:00
using Meilisearch with TYPO3. A difference can occur when you
2021-04-17 00:26:33 +02:00
update the TYPO3 extension, but forget to update the
2021-04-17 21:20:54 +02:00
schema.xml file on the Meilisearch server. The schema 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
2021-04-17 00:26:33 +02:00
updating the schema.xml file.</p>
2021-04-17 21:20:54 +02:00
<p>Your Meilisearch server is
currently using schema version <strong>{meilisearch.schema.name}</strong>, the
2021-04-17 00:26:33 +02:00
recommended schema version is <strong>{recommendedVersion}</strong>. You can
find the recommended <code>schema.xml</code> file in the extension's
2021-04-17 21:20:54 +02:00
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>
2021-04-17 00:26:33 +02:00
<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>