Bugfix
This commit is contained in:
@@ -22,6 +22,14 @@ class IndexPageListener
|
|||||||
*/
|
*/
|
||||||
$this->pdfIndexService->resetTableOnce();
|
$this->pdfIndexService->resetTableOnce();
|
||||||
|
|
||||||
|
// ⛔ MEILISEARCH_META aus indexiertem Text entfernen
|
||||||
|
$content = preg_replace(
|
||||||
|
'#<span class="meilisearch-meta"[^>]*>.*?</span>#s',
|
||||||
|
'',
|
||||||
|
$content
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* =====================
|
* =====================
|
||||||
* SEITEN-METADATEN
|
* SEITEN-METADATEN
|
||||||
|
|||||||
Reference in New Issue
Block a user