09-28-2012 06:31 AM
String queryStr = "@cm\:userName:phil*"
ResultSet resultSet = Repository.getServiceRegistry(context).getSearchService().query(Repository.getStoreRef(),
SearchService.LANGUAGE_LUCENE,
query.toString());
and it works well. It return all Alfresco users whose username begins with "phil" string.09-28-2012 09:14 AM
10-02-2012 04:09 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.