Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Format of String query in searchUsers
curiousmaverick
Hey,
I'm working on a custom advanced search screen in TeamSite. There is at text field in my page "Created By", where user can enter full name of a user and also can do a wildcard entry. Based on that value I'll fetch the files craeted by that user/s.
For this, I'm trying to use this (CSPrincipalManager Interface) to get the user/s first:
searchUsers(int kind, java.lang.String query, int offset, int pageSize),
which returns an object of CSIterator.
I'm struggling with query needed to be put in here. How the query should be written here? Can this be used with iwsrchquery, since I dont have a specific branch/wa here?
Any pointer in this regard will be highly appreciated.
Find more posts tagged with
Comments
There are no comments yet