Skip to content

Commit

Permalink
23.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Dec 15, 2021
1 parent e15841d commit 2704cef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 215 deletions.
207 changes: 1 addition & 206 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,210 +3,5 @@

### 23.0.0

- better load of the libs


### 20.0.1

- compat nc21


### 20.0.0

- database migration
- upgrade deps


### 2.0.0

- compat nc20


### 1.4.2

- compat nc19
- error logs on missing Provider Options


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

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=master
version=23.0.0-dev
since_tag=21.0.1
version=23.0.0
since_tag=22.0.1

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Core App of the full-text search framework for your Nextcloud.
]]>
</description>
<version>23.0.0-dev</version>
<version>23.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2704cef

Please sign in to comment.