WIP Suche implementiert, sowie Sortieren der Ergebnisse #19
@@ -6,10 +6,6 @@ if (!isset($abs_path)) {
|
||||
}
|
||||
require_once $abs_path . "/php/controller/index-controller.php";
|
||||
|
||||
if (isset($_GET["pfad"]) && $_GET["pfad"] === "search-results") {
|
||||
require_once $abs_path . "/php/controller/search-results-controller.php";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<!--
|
||||
|
||||
@@ -67,7 +67,7 @@ interface ArticleManagerDAO
|
||||
*
|
||||
* @param $keyword Wort, nach dem gesucht wird als string
|
||||
*/
|
||||
public function search(string $keyword): array;
|
||||
//public function search(string $keyword): array;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user