10-25-2007 04:18 PM
Query query = new Query(Constants.QUERY_LANG_LUCENE, "path:'/app:company_home/cm:" +ISO9075.encode("Pathology Reports")+"/*'");
Query query = new Query(Constants.QUERY_LANG_LUCENE, "TEXT:'pathology'");
10-25-2007 04:50 PM
10-25-2007 04:53 PM
Hi,
Here is the query
Query query = new Query(Constants.QUERY_LANG_LUCENE, "PATH:"/app:company_home/cm:" +ISO9075.encode("Pathology Reports")+"/*"");
You need the escape the " in your code like above.
Below link should provide you with more information on Search
http://wiki.alfresco.com/wiki/Search#Path_Queries
Best Regards,
Shagul Khaja,
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.