2 Commits

Author SHA1 Message Date
Jürgen Mummert 0e20a813af Remove accidental crawl log file 2026-01-05 09:41:44 +01:00
Jürgen Mummert c2a01d66f8 Add README documentation 2026-01-01 18:59:07 +01:00
2 changed files with 32 additions and 3 deletions
+32
View File
@@ -0,0 +1,32 @@
# Contao Meilisearch Bundle
Eine schlanke Schnittstelle zwischen **Contao CMS (4.13 / 5.6 / 5.7 ready) unter PHP 8.4** und einer **selbst gehosteten Meilisearch-Instanz**.
Das Bundle erweitert den Contao-Suchindex um strukturierte Daten und ermöglicht eine performante, moderne Volltextsuche.
---
## ✨ Features
- Integration von **Meilisearch** als externe Suchmaschine
- Indexierung von:
- Contao-Seiten
- Inhaltselementen
- **PDF-Dateien**
- **Office-Dokumenten** (DOCX, XLSX, PPTX)
- Unterstützung für:
- Seiten-Prioritäten
- Keywords
- Vorschaubild
- Kompatibel mit:
- Contao **4.13**, **5.6** und **5.7**
- PHP **8.4**
- Entwickelt als **eigenständiges Contao-Bundle**
---
## 📦 Installation
Installation über Composer:
```bash
composer require mummertmedia/contao-meilisearch-bundle:^0.1
@@ -1,3 +0,0 @@
Time,Source,URI,"Found on URI","Found on level",Tags,Message
"2025-12-28 10:44:12.357228","Contao\CoreBundle\Crawl\Escargot\Subscriber\SearchIndexSubscriber",https://flowerpowerabi.de/,https://flowerpowerabi.de/sitemap.xml,3,,"Forwarded to the search indexer. Was indexed successfully."
"2025-12-28 10:44:12.413689","Contao\CoreBundle\Crawl\Escargot\Subscriber\SearchIndexSubscriber",https://flowerpowerabi.de/testseite-fuer-meilisearch,https://flowerpowerabi.de/sitemap.xml,3,,"Forwarded to the search indexer. Was indexed successfully."
1 Time Source URI Found on URI Found on level Tags Message
2 2025-12-28 10:44:12.357228 Contao\CoreBundle\Crawl\Escargot\Subscriber\SearchIndexSubscriber https://flowerpowerabi.de/ https://flowerpowerabi.de/sitemap.xml 3 Forwarded to the search indexer. Was indexed successfully.
3 2025-12-28 10:44:12.413689 Contao\CoreBundle\Crawl\Escargot\Subscriber\SearchIndexSubscriber https://flowerpowerabi.de/testseite-fuer-meilisearch https://flowerpowerabi.de/sitemap.xml 3 Forwarded to the search indexer. Was indexed successfully.