Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e20a813af | |||
| c2a01d66f8 |
@@ -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."
|
||||
|
Reference in New Issue
Block a user