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: 6c00853a139dabcb115a515f6856547cd14768f4 (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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# Changelog


### 1.4.1

- adding ./occ fulltextsearch:document:status
- ability to set the index status to IGNORE


### 1.4.0 (nc18)

- compat nc18


### 1.3.6

- some compat nc17


### 1.3.5

- ignore live index on cron
- live can be run as a service
- simple queries


### 1.3.4

- some improvement in the index comparison


### 1.3.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.3.1

- issue with some providers.


### 1.3.0

- Chunks (NC 16)

### 1.2.3

- fixing issue with tests.
- adding IndexService->createIndex() (NC 15.0.1)


### 1.2.2

- cleaning


### 1.2.1

- initiating some vars
- adding the and: option


### 1.2.0 (NC15)

- Compat NC15 + full php7.
- breaking index on Ctrl-C.
- 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