summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-15 23:08:58 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-03-17 08:58:42 +0100
commit29b55ae03031d1a8a48ccd225b31aab8bde3a79b (patch)
treea0243e68287e0cb741831f4a7b4072905d1dedb7
parent4e7a1b159a3d238e0407c031268b3edcbcac498d (diff)
✨ Item: add categories into search index
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-rw-r--r--lib/Db/Item.php1
1 files changed, 1 insertions, 0 deletions
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'
)