Skip to content
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

Improve searching users #17

Closed
jcvanderwal opened this issue Apr 14, 2015 · 1 comment
Closed

Improve searching users #17

jcvanderwal opened this issue Apr 14, 2015 · 1 comment

Comments

@jcvanderwal
Copy link
Contributor

It's difficult to find the users. Some suggestions:

Add:

  • allUsers

Implement wildcard search on:
-findByUsername
-findByName

@danhaywood
Copy link
Contributor

It turns out that there is already an ApplicationUsers#allUsers(), but it is marked as being prototype. I've removed this to make it always available. (Any given app can always suppress the action again either through security or by writing a vetoing subscriber).

Also, the findByName already supports wildcards, %x% to match any occurrence of 'x' in either the familyName, givenName or knownAs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants