-
Jun 26th, 2008, 07:45 PM
#1
Search "starts with"
Hi members,
I want to make search of users which the Login ID starts with "xx".
I am using spring ldap and my code is like this :
andFilter.and(new EqualsFilter(MainConstants.UID, user.getLoginId() + "*"));
But it did not work. Anyone can help?
Thanks in advance.
Helmi
-
Jun 27th, 2008, 02:40 AM
#2
Hi guys,
Finally I found the solution, using LikeFilter.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules