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: 99e8c7105871621062ddefcfea4f0fe3f8ae8acd (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
**v0.6.5**
- Optimized Index/Extract/Commit
- complete debug information while indexing
- better nextant:optimize
- live queueID is now unique and generated on-the-fly, fixing an issue when more than one cloud is running on the same server.
- File Filters (#58)
- fixed home link (#60)
- search suggestion in public link (#59)
- "double-quote in search"
- -exclude +force_include in search.


**v0.6.4**
- better error and debug information
- bugfixes
 

**v0.6.3**
- search within link shared documents, both public and private (w/ key)
- search within federated documents
- admin can choose to add files and directory structure to improve search
- mid, mp3 and flac are now indexed.
- index/search now ignore case and accents
- minor bugfixes


**v0.6.2**
- adding suggestions - https://github.com/nextcloud/nextant/wiki/And-some-more-...
- adding external storage indexing
- adding server-side encrypted file indexing
- fixing an issue with nextant:live


**v0.6.1**
- fixing an issue with federated cloud sharing
- fixing an issue when indexing java source stored in the trashbin
- add --user option in ./occ nextant:index


**v0.6.0**
- Beta 2
- New Admin UI
- Complete rewrite of the index core engine using IndexService and QueueService
- ./occ nextant:live


**v0.5.1**
- indexes your Bookmarks
- bugfix: search allowed to non-admin
- bugfix: warning on deleted file with no extension
 
 
**v0.5.0**
- Beta release
- minor bugfixes
- new Admin UI
- new display on search result
- search within trash bin
- OCR/index jpeg/tiff file (needs Tesseract installed)


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