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: 92d1ac09f4957e04efde6a17f9d631e970ef2ad7 (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
**v0.5.0**
- Beta release
- new Admin UI
- new display on search result


**v0.4.2**
- extract and index files from trash
- orphans documents are removed while indexing


**v0.4.1**
- Force index unlock after 24h
- maximum size on extracted file
- new field nextant_path
- bugfixes


**v0.4.0**
- index safe guard
- new options on nextant:index
- better display of search results: highlighting result & icons.
- lot of bugfixes


**v0.3.4**
* halt long update process


**v0.3.3**
* Exception issue in SolrAdmin/SolrTools
* rework on the indexing process


**v0.3.2**
* better script to index your current documents
* better managment of all file operations (move, shares, trash, ...)


**v0.3.1**
* 'configured' flag to verify that the app is well configured.
* auto-check your solr setup on upgrade.


**v0.3.0**
* Managing Solr Schema from Administration page or using ./occ nextant:check 
* bugfixes:
  - result being displayed twice.
  - escape few queries to Solr


**v0.2.0**
* New format: opendocument, office, rtf, html, epub, ...
* Search within shared file,
* Testing field before saving configuration
* new command: nextant:clear and nextant:check