-
Notifications
You must be signed in to change notification settings - Fork 2.1k
reenable medial search, default to true #28032
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
Conversation
| ->orderBy('display_name'); | ||
|
|
||
| $allowMedialSearches = $this->config->getSystemValue('accounts.enable_medial_search', true); | ||
| if ($allowMedialSearches) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this at the beginning of the function to avoid splitting the query?
|
Except for my comment, the rest is fine 👍 |
This reverts commit d9fc93c.
7c6cb5f to
54d3ef9
Compare
|
moving to 10.0.3 |
|
failing tests, please fix |
|
@butonic backport to stable10 ? |
|
has been reported as a regression, so yes.
|
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This reverts commit d9fc93c and enables medial search for users by default, as was the case for all backends except ldap. restores pre oc10.0.1 behavior.