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

CHANGELOG.md - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8586c16f8e14f2afc56498dcfe9d3d0f1faf0e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Changelog


### 1.1.2

- adding a key to the list of indexes for old version of NC
- no crash on missing provider 
- --no-readline can be passed with empty options


### 1.1.1

- l10n


### 1.1.0 (NC14)

- non interactive mode available during :index and :live


### 1.0.3

- improvement: display process advancement during compareWithCurrentIndex


### 1.0.2

- improvement: long process while indexing should not timeout (Force Quit).
- misc: removing compat with NC12.


### 1.0.1

improvement: some rework on the process wrapper.


### 1.0.0

First stable release



### 0.99.1 Release Candidate 2

- bugfix: crashing issue during :live
- database: documentId is now a string
- improvement: tags/metatags/subtags
- improvement: no more chunks, documents are indexed one by one.
- improvement: the :index command allow a navigation between results.


### 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

- debug, testing tools
- get document
- multi-host


### 0.7.0

- navigation app to search within all content from your providers
- better navigation
- content (index and search) can be splited in Parts 
- rework on the exchange between platform and providers
- bugfixes



### 0.6.1

- bugfix: removing reset of the index on migration
- bugfix: do not retrieve access on ignored document



### 0.6.0

- Nextcloud integration
- Options panel
- bugfixes
 

### 0.5.1

- bugfixes



### 0.5.0

- managing errors from platform
- issues with JS



### v0.4.0

- fullnextsearch -> fulltextsearch
- Pagination
- settings panel



### v0.3.2

- UI: remove personal settings
- DB: fill err field on new indexes



### v0.3.1

- bugfixes.



### BETA v0.3.0

- First Beta