From 29b55ae03031d1a8a48ccd225b31aab8bde3a79b Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Mon, 15 Mar 2021 23:08:58 +0100 Subject: =?UTF-8?q?=E2=9C=A8=20Item:=20add=20categories=20into=20search=20?= =?UTF-8?q?index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Db/Item.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Db/Item.php b/lib/Db/Item.php index 33602f356..86a484315 100644 --- a/lib/Db/Item.php +++ b/lib/Db/Item.php @@ -131,6 +131,7 @@ class Item extends Entity implements IAPI, \JsonSerializable html_entity_decode(strip_tags($this->getBody())) . html_entity_decode($this->getAuthor()) . html_entity_decode($this->getTitle()) . + html_entity_decode($this->getCategories()) . $this->getUrl(), 'UTF-8' ) -- cgit v1.2.3