Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down