Skip to content

Conversation

@butonic
Copy link
Member

@butonic butonic commented May 29, 2017

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.

->orderBy('display_name');

$allowMedialSearches = $this->config->getSystemValue('accounts.enable_medial_search', true);
if ($allowMedialSearches) {
Copy link
Member

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?

@jvillafanez
Copy link
Member

Except for my comment, the rest is fine 👍

@butonic butonic force-pushed the reenable-medial-search branch from 7c6cb5f to 54d3ef9 Compare May 30, 2017 07:31
@PVince81
Copy link
Contributor

moving to 10.0.3

@PVince81 PVince81 modified the milestones: 10.0.3, 10.0.2 May 30, 2017
@butonic butonic added p1-urgent Critical issue, need to consider hotfix with just that issue green-ticket labels May 30, 2017
@PVince81
Copy link
Contributor

failing tests, please fix

    Test\User\AccountMapperTest.testFindAll
    Test\User\AccountMapperTest.testFindByUserId
    Test\User\AccountMapperTest.testFindByDisplayName
    Test\User\AccountMapperTest.testFindByEmail
    Test\User\AccountMapperTest.testFindBySearchTerm
    Test\User\AccountMapperTest.testFindLimitAndOffset

@PVince81 PVince81 merged commit ab43944 into master May 31, 2017
@PVince81 PVince81 deleted the reenable-medial-search branch May 31, 2017 09:43
@PVince81
Copy link
Contributor

@butonic backport to stable10 ?

@PVince81 PVince81 modified the milestones: 10.1, 10.0.3 May 31, 2017
@butonic
Copy link
Member Author

butonic commented May 31, 2017

has been reported as a regression, so yes.

  • will submit pr after lunch.

@lock
Copy link

lock bot commented Aug 2, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

feature:sharing p1-urgent Critical issue, need to consider hotfix with just that issue performance regression settings:users Type:Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants