diff --git a/CHANGELOG.md b/CHANGELOG.md index 68acde1dd8..af28fc7fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362) * Enhancement - Fix err when the user share the locked file: [#6357](https://github.com/owncloud/ocis/pull/6357) +* Enhancement - Add fulltextsearch capabilty: [#6366](https://github.com/owncloud/ocis/pull/6366) * Enhancement - Configurable ID Cache: [#6353](https://github.com/owncloud/ocis/pull/6353) * Enhancement - Remove the email logo: [#6359](https://github.com/owncloud/ocis/issues/6359) * Enhancement - Unify CA Cert envvars: [#6392](https://github.com/owncloud/ocis/pull/6392) @@ -28,6 +29,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/6197 https://github.com/owncloud/ocis/pull/6357 +* Enhancement - Add fulltextsearch capabilty: [#6366](https://github.com/owncloud/ocis/pull/6366) + + It needs an extra envvar `FRONTEND_FULL_TEXT_SEARCH_ENABLED` + + https://github.com/owncloud/ocis/pull/6366 + * Enhancement - Configurable ID Cache: [#6353](https://github.com/owncloud/ocis/pull/6353) Makes the integrated idcache (used to reduce reads from disc) configurable with the general