Update search-results-controller.php
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user