Debugging

This commit is contained in:
rirat-0
2026-07-01 00:00:46 +02:00
parent a0a469a9df
commit 7a4f2d738f
+1 -1
View File
@@ -338,7 +338,7 @@ class DatabaseArticleManager implements ArticleManagerDAO {
$sql = "SELECT id, title, content, author, category, tags, created
FROM articles
WHERE title LIKE :keyword
OR content LIKE :keyword;
OR content LIKE :keyword
OR tags LIKE :keyword";
$command = $db->prepare($sql);