meilisearch/Resources/Private/Templates/Backend/Reports/SolrConfigurationStatusIndexing.html
2021-04-17 00:26:33 +02:00

8 lines
224 B
HTML

You need to set <code>config.index_enable = 1</code> to allow page indexing.
The following sites were found with indexing disabled:
<ul>
<f:for each="{pages}" as="page">
<li>[{page.uid}] {page.title}</li>
</f:for>
</ul>