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>2020-01-30 14:10:52 +0300
committerMaxence Lange <maxence@artificial-owl.com>2020-01-30 14:10:52 +0300
commit279ace7aafd8920c84c908b6bb21680b26f55ab8 (patch)
tree4a10262623d7f4737bd4b9706b796903c739f239 /appinfo
parentf8299a897d103bbc5a12e307942633c9a72f5db1 (diff)
set index status from cli
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 981b2fb..355e565 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -33,9 +33,10 @@ Core App of the full-text search framework for your Nextcloud.
<commands>
<command>OCA\FullTextSearch\Command\Check</command>
<command>OCA\FullTextSearch\Command\Configure</command>
- <command>OCA\FullTextSearch\Command\DocumentPlatform</command>
<command>OCA\FullTextSearch\Command\DocumentIndex</command>
+ <command>OCA\FullTextSearch\Command\DocumentPlatform</command>
<command>OCA\FullTextSearch\Command\DocumentProvider</command>
+ <command>OCA\FullTextSearch\Command\DocumentStatus</command>
<command>OCA\FullTextSearch\Command\Index</command>
<command>OCA\FullTextSearch\Command\Live</command>
<command>OCA\FullTextSearch\Command\Reset</command>