WIP Suche implementiert, sowie Sortieren der Ergebnisse #19

Merged
niklas.ortmann merged 54 commits from ImplementedSearch into dev 2026-06-03 16:07:42 +02:00
Showing only changes of commit 078dbd8901 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION);
echo "</pre>";
// debugging
require_once '../php/model/Article.php';
//require_once '../php/model/Article.php';
$results = $_SESSION["search_results"] ?? [];
$query = $_SESSION["search_query"] ?? "";
2