1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 10:15:44 +02:00

Item: add categories into search index

Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
This commit is contained in:
Marco Nassabain 2021-03-15 23:08:58 +01:00 committed by Sean Molenaar
parent 4e7a1b159a
commit 29b55ae030

View File

@ -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'
)