-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[FR] Global user and group medial search boolean option #33883
Comments
This comment has been minimized.
This comment has been minimized.
Maybe we should just disable medial search for groups until we have the groups table instead of adding config options? |
ref: #27623 |
disabling permanently could impair the UX for people to whom UX is more important than performance. let's have this as a config.php only option |
@tomneedham if I understand correctly you mean we need two options:
now the groups option is not related to the "accounts" table. what to do with the existing option, migrate it to the other two ? not possible in read-only config.php. we could state this change in release notes for admins to adjust. |
Move to new config options with better naming. Don't try 'auto migrate' them. We can document in release notes and normal documentation. Side effects are minimal / not critical at all. Easily changed. |
@tomneedham @PVince81 Please, correct me if I'm wrong. I'm planning to do the followings.
|
Accounts represent users from a backend. We should keep this named as this.
The accounts.enable_medial_search is fine - group ones should be called
We should see where this is used. The key thing should be that within ownCloud - all account searches are only hitting the database so we have control over the expectations for the search time. I would not bring LDAP into this if we can. We might be able to leave this separated for now. |
@karakayasemi Do you want to have a quick call Monday morning about this? I can explain some background |
@tomneedham thank you for help, I read other related issues and patches. After your last explanations, I believe I got the idea for implementing necessities. We can move |
we have
accounts.enable_medial_search
but we should move to one option respected globally for users, and one for groups, making the results more consistent.Eg: custom groups backend
Eg: local groups backend
Eg: local user backend
Eg: ldap user backend
The text was updated successfully, but these errors were encountered: