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
-3
View File
@@ -1,9 +1,6 @@
<?php
session_start();
if (isset($_GET["q"])) {
include_once __DIR__ . "/../php/controller/search-results-controller.php";
}
//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);
2