Skip to content

Commit

Permalink
23.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Dec 15, 2021
1 parent 9f9ec94 commit 3547d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 182 deletions.
178 changes: 0 additions & 178 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,182 +4,4 @@
### 23.0.0

- compat nc23
- display message on deleted index


### 22.0.0

- compat nc22


### 21.0.0

- compat nc21


### 20.0.1

- removing type from request to ES
- better management on error from ES


### 20.0.0

- upgrade deps
- compat composer 2.0


### 2.0.0

- compat nc20


### 1.5.2

- compat nc19
- compat ES 7.7+


### 1.5.1

- more log during search request


### 1.5.0 (nc18)

- compat nc18


### 1.4.0

- Nextcloud 17
- manage SimpleQuery


### 1.3.4

- compat with old ES


### 1.3.3

- set fields limit


### 1.3.2

- fixing some compat ES 7.x


### 1.3.1

- compat ES 7.x


### 1.2.3

- composer update
- l10n


### 1.2.1

- Store links


### 1.2.0 (NC15)

- Compat NC15 + full php7.
- Adding l10n at multiple place.


### 1.0.0

First stable release


### 0.99.1 Release Candidate 2

- bugfix: issue on empty encrypted content
- improvement: tags/metatags/subtags
- improvement: better info during :index


### 0.99.0 Release Candidate

- multi-host can be set as elasticsearch node in case of clustering.


### 0.8.2

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


### 0.8.0

- debug


### 0.7.1

- searching all "block of text"
- searching options: MUST/MUST_NOT using the +/-
- search multi fields
- tokenizer is now configurable (so chinese is indexeable)



### 0.7.0

- improvement in title indexing
- improvement during the index removing
- content (index and search) can be splited in Parts
- compat fulltextsearch 0.7.0 and fulltextsearch navigation app.



### 0.6.1

- bugfix: access verification as a keyword



### 0.6.0

- Cleaner error managment
- bugfixes




### 0.5.1

- bugfixes



### 0.5.0

- managing errors



### v0.4.0

- fullnextsearch -> fulltextsearch
- Pagination



### v0.3.1

- bugfixes.



### BETA v0.3.0

- First Beta

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.0
version=23.0.0
since_tag=22.0.1

all: appstore

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch.
]]>
</description>
<version>23.0.0-dev</version>
<version>23.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch_Elasticsearch</namespace>
Expand All @@ -23,7 +23,7 @@ Extension to the _Full text search_ app to communicate with ElasticSearch.
<repository>https://github.com/nextcloud/fulltextsearch_elasticsearch.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="22" max-version="23"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>

<commands>
Expand Down

0 comments on commit 3547d19

Please sign in to comment.