08-08-2007 07:09 AM
if ((args.rootId != null) && (args.rootId != "")) {
model.root = search.findNode("workspace://SpacesStore/" + args.rootId);
} else {
model.root = roothome;
}
var path = ???;
var queryString = "PATH:\"//" + path + "//*\" AND (TYPE:\"{http://www.alfresco.org/model/content/1.0}content\" OR TYPE:\"{http://www.alfresco.org/model/content/1.0}folder\")";
model.results = search.luceneSearch(queryString);
08-08-2007 09:53 AM
08-08-2007 09:58 AM
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.