From f47174bba2996385de293d738973301af3127bf8 Mon Sep 17 00:00:00 2001 From: Contao Academy <23719181+contaoacademy@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:06:20 +0200 Subject: [PATCH 1/3] Add search index setup instructions to backend docs Added section on building the search index in the backend. --- .../installation/system-requirements/backend-search.de.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/installation/system-requirements/backend-search.de.md b/docs/manual/installation/system-requirements/backend-search.de.md index f97f9d3a1..15c59afc1 100644 --- a/docs/manual/installation/system-requirements/backend-search.de.md +++ b/docs/manual/installation/system-requirements/backend-search.de.md @@ -79,6 +79,10 @@ die Systemvoraussetzungen (die SQLite-Anforderungen) gegeben sind. Wenn ja, ist dich bereits vorkonfiguriert. Du brauchst keinen extra Suchmaschinenserver. Du musst lediglich das Cronjob-Framework konfigurieren und damit Grundvoraussetzung 1 schaffen. +## Aufbau Suchindex + +Der Suchindex kann manuell über die Systemwartung im Abschnitt «Backend-Suche» mit dem Button «Suchindex aufbauen» erstellt werden. Zusätzlich wird der Index ähnlich wie im Frontend automatisch generiert, sobald ein Eintrag im Backend aufgerufen oder geändert wird. + [PHP-CMSIG]: https://github.com/PHP-CMSIG -[SEAL]: https://github.com/php-cmsig/search \ No newline at end of file +[SEAL]: https://github.com/php-cmsig/search From 5e999b497d739c4fb99ce4afc3593e7bd115d62a Mon Sep 17 00:00:00 2001 From: Contao Academy <23719181+contaoacademy@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:21:55 +0200 Subject: [PATCH 2/3] Add search index build instructions to documentation Added instructions for manually building the search index in the backend. --- .../installation/system-requirements/backend-search.en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/installation/system-requirements/backend-search.en.md b/docs/manual/installation/system-requirements/backend-search.en.md index 47baea5a0..8683d6ec9 100644 --- a/docs/manual/installation/system-requirements/backend-search.en.md +++ b/docs/manual/installation/system-requirements/backend-search.en.md @@ -62,5 +62,9 @@ contao: If you are using the Contao Managed Edition, you may not need to configure anything explicitly. Contao ME already includes `cmsig/seal-loupe-adapter` and configures it at `var/loupe`. It automatically checks whether the system requirements (SQLite requirements) are met. If so, a local search engine is already preconfigured for you. You do not need an additional search engine server. You only need to configure the Cronjob Framework to fulfill Basic Requirement 1. +## Build search index + +The search index can be created manually via System Maintenance in the «Back end search» section using the «Rebuild index» button. In addition, similar to the frontend, the index is generated automatically as soon as an entry is called up or changed in the backend. + [PHP-CMSIG]: https://github.com/PHP-CMSIG [SEAL]: https://github.com/php-cmsig/search From 238c7a4f90021df71fc7d2b502a8458018e8c94d Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Thu, 30 Oct 2025 13:09:17 +0000 Subject: [PATCH 3/3] add line break --- .../manual/installation/system-requirements/backend-search.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/installation/system-requirements/backend-search.en.md b/docs/manual/installation/system-requirements/backend-search.en.md index 8683d6ec9..120b68a96 100644 --- a/docs/manual/installation/system-requirements/backend-search.en.md +++ b/docs/manual/installation/system-requirements/backend-search.en.md @@ -66,5 +66,6 @@ If you are using the Contao Managed Edition, you may not need to configure anyth The search index can be created manually via System Maintenance in the «Back end search» section using the «Rebuild index» button. In addition, similar to the frontend, the index is generated automatically as soon as an entry is called up or changed in the backend. + [PHP-CMSIG]: https://github.com/PHP-CMSIG [SEAL]: https://github.com/php-cmsig/search