-
Notifications
You must be signed in to change notification settings - Fork 61
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
Remove minimum character requirement from sector uri client search form #201
Comments
Fixed : Removed no of character validations and set limit of display search client result. |
I think according to issue description we should keep input validation: 2-30 characters. But limit result set to 20 results.
Also I think you can remove lines 264-266: Method uses searchClients(String pattern, int sizeLimit) second param wich tell LDAP to return max number of results. |
Yes Yuriy ,I already tried with this approach but the display list is not restricted to expected limit, After that i fixed issue with different approach.(which is currently committed in repo.). |
As per issue heading "Remove minimum character requirement from sector uri client search form" |
If LDAP API not working fine we need to open issue to find out core of the issue. |
Regarding subject of this issue. I think we need to remove only minimum characters validation. Maxim validation should works as before. @nynymike Can you clarify requirements |
@shekhar16 I understand what you wrote about LdapEntryManager.findEntries with sizeLimit In oxLdap name of the parameter not conform to actual action.. I updated oxLdap. I renamed: And added: These are new changes: |
@shekhar16 can you try to use new method: searchLimit = 0 to not use pagination during search |
I offer to close it. I updated validation: a1ef436 And now we uses LDAP to limit search limit |
On the https:///identity/sectoridentifier/manage/add
Hitting search is ok, but should be limited to 20 results.
The text was updated successfully, but these errors were encountered: