-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
[stable19] Search also the email and displayname in user mangement for groups #22118
Conversation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Unfortunately this doesn't seem to go through in stable19. The fix makes sense, but the results are not shown. A bisect says:
This is #21208 Nothing we can backport I think. Maybe I can find the cause for it to work. |
Okay - I found it. The doctrine/dbal update from 2.9.2 to 2.10.2 fixed this. Let me check if I can restructure the query. |
I thought that maybe the produced SQL is different, but this does not seem to be the case: stable19 and master have this:
|
It was indeed the fix by @ChristophWurst that makes this work properly: https://github.com/doctrine/dbal/pull/3772/files |
Needed for nextcloud/server#22118 - working on master because there doctrine/dbal:2.10.2 is used Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Fix is in nextcloud/3rdparty#486 |
Needed for #22118 - already in master because there doctrine/dbal:2.10.2 is used Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Needed for #22118 - already in master because there doctrine/dbal:2.10.2 is used Signed-off-by: Morris Jobke <hey@morrisjobke.de>
backport of #21138