Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make used search provider's configurable #8524

Closed
fschade opened this issue Mar 2, 2023 · 1 comment · Fixed by #9800
Closed

Make used search provider's configurable #8524

fschade opened this issue Mar 2, 2023 · 1 comment · Fixed by #9800
Assignees
Labels
Category:Enhancement Add new functionality

Comments

@fschade
Copy link
Contributor

fschade commented Mar 2, 2023

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.

for reference, #8441 (comment)

@JammingBen
Copy link
Contributor

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.

\cc @diocas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants