Skip to content
Snippets Groups Projects
Commit fb32339d authored by David Siegfried's avatar David Siegfried
Browse files

move content

parent fea19a4f
No related branches found
No related tags found
No related merge requests found
Pipeline #16453 canceled
---
id: global-search-module
title: Module für die globale Suche
siebar_label: Globale Suche
---
# Module für die globale Suche
Die globale Suche (ab Stud.IP 4.1) hat für jede Suchkategorie eine eigene Klasse, die die nötigen Operationen ausführt, um passende Suchergebnisse zu finden.
......@@ -30,4 +36,3 @@ Statt der "normalen" SQL-Suche über `LIKE` kann auch in bestimmten MySQL-Versio
* `getFulltextSearc($search)` generiert analog zu `GlobalSearchModule->getSQL()` die SQL-Anfrage, um die Suchergebnisse aus Datenbank zu holen
# Aktivierung und Sortierung von Suchmodulen
Eine neue Suchmodulklasse muss noch unter Admin->Globale Suche aktiviert werden, dort kann auch per Drag & Drop sortiert werden, in welcher Reihenfolge die Module abgefragt bzw. die Suchergebnisse angezeigt werden.
## Modaler Dialog
---
id: modaler-dialog
title: Modaler Dialog
sidebar_title: Modaler Dialog
---
### Serverseitige erzeugte Abfragen
......
......@@ -7,7 +7,6 @@ sidebar_label: Übersicht
## Dokumentation zu einzelnen Klassen und Funktionen
* [Modaler Dialog](main/ModalerDialog)
* [Modul für die globale Suche](main/GlobalSearchModule)
* [MultiPersonSearch](main/MultiPersonSearch)
* [Notifications](main/Notifications)
......
......@@ -134,6 +134,8 @@ module.exports = {
"functions/log",
"functions/event-logging",
"functions/migrations",
"functions/modaler-dialog",
"functions/global-search-module",
]
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment