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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-12 21:37:10 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-02-12 21:38:43 +0300
commitafd8dbc3833ffd6fc1c95a93913c69bb324d9810 (patch)
tree07bad2159dd41028ece6c99282c22682db9e4f56
parent515632ca25c0508c9f4187ac0c3835fee2dc45f5 (diff)
reset info during index on new provider/userbackport/448/master
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Service/IndexService.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Service/IndexService.php b/lib/Service/IndexService.php
index b734663..aa67d50 100644
--- a/lib/Service/IndexService.php
+++ b/lib/Service/IndexService.php
@@ -174,7 +174,9 @@ class IndexService implements IIndexService {
'chunkCurrent' => 0,
'chunkTotal' => 0,
'documentCurrent' => 0,
- 'documentTotal' => 0
+ 'documentTotal' => 0,
+ 'info' => '',
+ 'title' => ''
]
);