You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the default search provider (files.sdk) is enabled by default and there is no way of disabling it.
In (rare!?) cases where different file backends (ocis) are used, it is not guaranteed that the default search provider is a good fit or does work at all.
Because of that, web needs a configuration option to define which provider's are used and which not.
Since we provide a out of the box experience the files.sdk search provider must be enabled by default, but for more advanced cases, the user must be able to disable that provider and decide which to use and which not.
Implemented via #9800. E.g. to disable the files app search provider, you simply pass com.github.owncloud.web.files.search to the disabledExtensions config.
Right now the default search provider (
files.sdk
) is enabled by default and there is no way of disabling it.In (rare!?) cases where different file backends (ocis) are used, it is not guaranteed that the default search provider is a good fit or does work at all.
Because of that, web needs a configuration option to define which provider's are used and which not.
Since we provide a
out of the box
experience thefiles.sdk
search provider must be enabled by default, but for more advanced cases, the user must be able to disable that provider and decide which to use and which not.for reference, #8441 (comment)
The text was updated successfully, but these errors were encountered: