dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 71a1b029cb - Show all commits
+1 -1
View File
@@ -26,7 +26,7 @@ if (!in_array($limit, [10, 20, 50, 100])) {
}
$_SESSION['search_limit'] = $limit;
// Serverseitig sortieren + filtern (gleiche Logik wie im JSON-Endpoint für JS-Nutzer)
// Serverseitig sortieren + filtern
$filteredResults = sortSearchResults($rawResults, $currentSort);
$filteredResults = filterSearchResultsByCategory($filteredResults, $currentCategory);