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
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-27 19:03:02 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-27 19:03:02 +0300
commit831aca025bb67f8370e7b53c26126b9bec9914ca (patch)
tree0aaeed07739826949487c80413a37d5f4d780228 /lib
parentd0a64aa93da05be5351fc1798d093955652ae9c7 (diff)
cleaning UI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Live.php2
-rw-r--r--lib/Service/IndexService.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Command/Live.php b/lib/Command/Live.php
index d4d6659..0c79e83 100644
--- a/lib/Command/Live.php
+++ b/lib/Command/Live.php
@@ -61,7 +61,6 @@ class Live extends ExtendedBase {
const PANEL_INDEX_LINE_INFO = '│ Info: <info>%info%</info>';
const PANEL_INDEX_LINE_TITLE = '│ Title: <info>%title%</info>';
const PANEL_INDEX_LINE_CONTENT = '│ Content size: <info>%content%</info>';
- const PANEL_INDEX_LINE_PROGRESS = '│ Progress: %documentCurrent:6s%/%documentTotal%';
const PANEL_INDEX_LINE_FOOTER = '└──';
const PANEL_RESULT = 'result';
@@ -368,7 +367,6 @@ class Live extends ExtendedBase {
self::PANEL_INDEX_LINE_INFO,
self::PANEL_INDEX_LINE_TITLE,
self::PANEL_INDEX_LINE_CONTENT,
- self::PANEL_INDEX_LINE_PROGRESS,
self::PANEL_INDEX_LINE_FOOTER,
]
);
diff --git a/lib/Service/IndexService.php b/lib/Service/IndexService.php
index 511288b..39e8bd0 100644
--- a/lib/Service/IndexService.php
+++ b/lib/Service/IndexService.php
@@ -284,6 +284,7 @@ class IndexService {
$this->updateRunnerInfoArray(
[
'documentId' => $document->getId(),
+ 'info' => '',
'title' => '',
'content' => '',
'status' => '',