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 370c047c16 - Show all commits
+7 -7
View File
@@ -7,13 +7,13 @@
*/ */
class Article class Article
{ {
private $id; public $id;
private $title; public $title;
private $content; public $content;
private $author; public $author;
private $creationDate; public $creationDate;
private $category; public $category;
private $tags; public $tags;
/** /**
* Konstruktor * Konstruktor