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 2d5919d572 - Show all commits
+2 -5
View File
@@ -1,10 +1,7 @@
<?php
session_start();
if (isset($_GET["q"])) {
include_once __DIR__ . "/../php/controller/search-results-controller.php";
}
// debugging
//debugging
echo "<pre style='background:#fff; color:#000; padding:10px; border:2px solid red; position:relative; z-index:9999;'>";
echo "Aktuelle URL-Parameter (GET): "; print_r($_GET);
echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION);
2