mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-20 11:30:34 -06:00
Automated changelog update [skip ci]
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -34,6 +34,7 @@ The following sections list the changes for unreleased.
|
||||
* Enhancement - Config for disabling Web extensions: [#7486](https://github.com/owncloud/ocis/pull/7486)
|
||||
* Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317)
|
||||
* Enhancement - New value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION: [#7356](https://github.com/owncloud/ocis/issues/7356)
|
||||
* Enhancement - Tika content extraction cleanup for search: [#7553](https://github.com/owncloud/ocis/pull/7553)
|
||||
* Enhancement - SSE for messaging: [#6992](https://github.com/owncloud/ocis/pull/6992)
|
||||
* Enhancement - Improve SSE format: [#7325](https://github.com/owncloud/ocis/pull/7325)
|
||||
* Enhancement - Keyword Query Language (KQL) search syntax: [#7212](https://github.com/owncloud/ocis/pull/7212)
|
||||
@@ -255,6 +256,21 @@ The following sections list the changes for unreleased.
|
||||
|
||||
https://github.com/owncloud/ocis/issues/7356
|
||||
|
||||
* Enhancement - Tika content extraction cleanup for search: [#7553](https://github.com/owncloud/ocis/pull/7553)
|
||||
|
||||
So far it has not been possible to determine whether the content for search should be cleaned up
|
||||
of 'stop words' or not. Stop words are filling words like "I, you, have, am" etc and defined by the
|
||||
search engine.
|
||||
|
||||
The behaviour can now be set with the newly introduced settings option
|
||||
`SEARCH_EXTRACTOR_TIKA_CLEAN_STOP_WORDS=false` which is enabled by default.
|
||||
|
||||
In addition, the stop word cleanup is no longer as aggressive and now ignores numbers, urls,
|
||||
basically everything except the defined stop words.
|
||||
|
||||
https://github.com/owncloud/ocis/issues/6674
|
||||
https://github.com/owncloud/ocis/pull/7553
|
||||
|
||||
* Enhancement - SSE for messaging: [#6992](https://github.com/owncloud/ocis/pull/6992)
|
||||
|
||||
So far, sse has only been used to exchange messages between the server and the client. In order to
|
||||
|
||||
Reference in New Issue
Block a user