summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item.php b/db/item.php
index 1916ba6a1..a5daacc65 100644
--- a/db/item.php
+++ b/db/item.php
@@ -216,7 +216,7 @@ class Item extends Entity implements IAPI, \JsonSerializable {
public function generateSearchIndex() {
$this->setSearchIndex(
- strtolower(
+ mb_strtolower(
html_entity_decode(strip_tags($this->getBody())) .
html_entity_decode($this->getAuthor()) .
html_entity_decode($this->getTitle()) .