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>2018-08-19 22:33:18 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-19 22:33:18 +0300
commitb3735d8a7ba492a4ea8836d096d7a88d5ed04bb3 (patch)
treea73655ad8e6c1b764a2f4d1c71222d88e8c1239f
parent1731d4c438e3ba893f322a3c65b726d6d9d8994d (diff)
0.99.0 RC1v0.99.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a6096..f1c0473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,16 @@
### 0.99.0 Release Candidate
-
+Command Line Interface:
+
+- The indexing process is now embedded in a new graphical wrapper, including an interactive interface for both the fulltextsearch:index and fulltextsearch:live commands.
+- Errors are now displayed during index/live execution with navigation. Errors can be managed and deleted while indexing.
+- new command: ./occ fulltextsearch:test to test the indexing and search platform.
+- new command: ./occ fulltextsearch:document:provider to get info about a document from a provider.
+- new command: ./occ fulltextsearch:document:platform to get info about a document from the search platform.
+- ./occ fulltextsearch:reset can now be done for a specific provider only.
+- ./occ fulltextsearch:index now accept users, providers, errors, chunk and paused options.
+- fixing some display glitch.
### 0.8.2