From b22f15df70dcc570ddf440c49ef24ce44954903f Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Sat, 28 Feb 2026 19:49:28 +0100 Subject: [PATCH 1/2] Document contao/loupe-bridge package --- .../system-requirements/backend-search.de.md | 13 ++++++++----- .../system-requirements/backend-search.en.md | 9 ++++++++- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/manual/installation/system-requirements/backend-search.de.md b/docs/manual/installation/system-requirements/backend-search.de.md index 15c59afc1..c7d50c8a2 100644 --- a/docs/manual/installation/system-requirements/backend-search.de.md +++ b/docs/manual/installation/system-requirements/backend-search.de.md @@ -73,11 +73,14 @@ contao: ## Integration in der Contao Managed Edition -Solltest du die Contao Managed Edition nutzen, so brauchst du ggf. keine explizite Konfiguration vorzunehmen. Die Contao -ME liefert `cmsig/seal-loupe-adapter` bereits mit und konfiguriert diesen auf `var/loupe`. Dabei prüft sie selber, ob -die Systemvoraussetzungen (die SQLite-Anforderungen) gegeben sind. Wenn ja, ist also eine lokale Suchmaschine für -dich bereits vorkonfiguriert. Du brauchst keinen extra Suchmaschinenserver. Du musst lediglich das Cronjob-Framework -konfigurieren und damit Grundvoraussetzung 1 schaffen. +Solltest du die Contao Managed Edition nutzen, kannst du zusätzlich `contao/loupe-bridge` installieren, welches den +`cmsig/seal-loupe-adapter` installiert und konfiguriert diesen automatisch auf `var/loupe`. Somit ist eine lokale +Suchmaschine für dich bereits vorkonfiguriert. Du brauchst keinen extra Suchmaschinenserver. Du musst lediglich das +Cronjob-Framework konfigurieren und damit [Grundvoraussetzung 1](#grundvoraussetzung-1-das-cronjob-framework) schaffen. + +{{% notice "note" %}} +Du benötigst mindestens Version `3.35.0` der `sqlite`-Bibliothek in der Hosting-Umgebung. +{{% /notice %}} ## Aufbau Suchindex diff --git a/docs/manual/installation/system-requirements/backend-search.en.md b/docs/manual/installation/system-requirements/backend-search.en.md index 33d390b82..6d3bc83fa 100644 --- a/docs/manual/installation/system-requirements/backend-search.en.md +++ b/docs/manual/installation/system-requirements/backend-search.en.md @@ -60,7 +60,14 @@ contao: ## Integration in the Contao Managed Edition -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. +If you are using the Contao Managed Edition, you can install the `contao/loupe-bridge` which requires the +`cmsig/seal-loupe-adapter` and configures it at `var/loupe` automatically . The local search engine will be +preconfigured for you and you won't need an additional search engine server. You only need to configure the Cronjob +Framework to fulfill [Basic Requirement 1](#basic-requirement-1-the-cronjob-framework). + +{{% notice "note" %}} +You will need at least version `3.35.0` of the `sqlite` library within your hosting environment. +{{% /notice %}} ## Build search index From 6fd12079b5e5d04c406d8ee4c1fb2313b7521cd5 Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Mon, 2 Mar 2026 07:49:34 +0100 Subject: [PATCH 2/2] Apply suggestion from @netzarbeiter Co-authored-by: netzarbeiter --- .../installation/system-requirements/backend-search.de.md | 2 +- 1 file changed, 1 insertion(+), 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 c7d50c8a2..8de194b3b 100644 --- a/docs/manual/installation/system-requirements/backend-search.de.md +++ b/docs/manual/installation/system-requirements/backend-search.de.md @@ -74,7 +74,7 @@ contao: ## Integration in der Contao Managed Edition Solltest du die Contao Managed Edition nutzen, kannst du zusätzlich `contao/loupe-bridge` installieren, welches den -`cmsig/seal-loupe-adapter` installiert und konfiguriert diesen automatisch auf `var/loupe`. Somit ist eine lokale +`cmsig/seal-loupe-adapter` installiert und diesen automatisch auf `var/loupe` konfiguriert. Somit ist eine lokale Suchmaschine für dich bereits vorkonfiguriert. Du brauchst keinen extra Suchmaschinenserver. Du musst lediglich das Cronjob-Framework konfigurieren und damit [Grundvoraussetzung 1](#grundvoraussetzung-1-das-cronjob-framework) schaffen.