diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e45b6b7dd..8921411734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix the kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290) * Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273) * Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138) * Enhancement - Add the password policies: [#7194](https://github.com/owncloud/ocis/pull/7194) @@ -20,6 +21,14 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Fix the kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290) + + We fixed the issue when 500 on searches that contain ":". Added the characters escaping + according to https://blevesearch.com/docs/Query-String-Query/ + + https://github.com/owncloud/ocis/issues/7282 + https://github.com/owncloud/ocis/pull/7290 + * Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273) We changed the default TUS chunk size from 100MB to 10MB. You can still use the old value by