Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Misc/NoteUtils.php')
-rw-r--r--lib/Misc/NoteUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Misc/NoteUtils.php b/lib/Misc/NoteUtils.php
index 9c3b244..bbb3e50 100644
--- a/lib/Misc/NoteUtils.php
+++ b/lib/Misc/NoteUtils.php
@@ -81,7 +81,7 @@ class NoteUtils{
try{
$text = self::getTextFromHTML($zipFile->getEntryContents("index.html"));
$meta['shorttext'] = self::getShortText($text);
- $meta['lower_case_text'] = strtolower(self::removeAccents($text));
+ $meta['text'] = strtolower(self::removeAccents($text));
$meta['media'] = array();
$meta['previews'] = array();