Update search-results-controller.php

This commit is contained in:
2026-06-17 13:11:03 +02:00
parent eb0a34e959
commit cb44c3f5a8
+2 -1
View File
@@ -50,7 +50,8 @@ if ($_SERVER["REQUEST_METHOD"] === "GET" && isset($_GET["q"])) {
"author" => $obj->author,
"category" => $obj->category,
"tags" => $obj->tags,
"creationDate" => $obj->creationDate
"creationDate" => $obj->creationDate,
"likes" => $obj->likes,
];
}