-
Notifications
You must be signed in to change notification settings - Fork 187
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
Search user by full name doesn't work #2966
Comments
This seems to be a problem in glauth (or the accounts backend of glauth). Apparently filtering on "displayName" (the attribute that contains the full name does not work: Doing the search manually gives no result as well,
I guess this issue will go away once we switch away from glauth |
Seems that this was working at least until v1.16.0. So I've tried to git bisect our code to find the point where it was introduced. It seems this is caused by one of the changes in the big "spaces registry" PR#2739. It seems that some of the changes in there (or on the reva side) broke the indexes for glauth. (Aparatently as soon as you try to filter for something where the actual attribute value is containing a space). Unfortunately I could not track this down to a single commit as most of the intermediate commits don't produce any testable binary which I needed to skip during bisect 🤷♂️ . This is the closest list of commits that I could come up with:
@kobergj @butonic Any ideas? (If this is affecting the accounts service only, I am not sure if we need to invest much time here as that is mostly likely going away at some point. Is the indexer code |
web 4.9.0
ocis(docker) 1.16.0
Steps:
Actual result: user not found
Search by mail or name - works
The text was updated successfully, but these errors were encountered: