10-16-2011 10:21 AM
11-17-2011 10:18 AM
12-01-2011 02:44 PM
repo: (searchRepository || this.options.searchQuery.length !== 0).toString(), // always search entire repo with advanced query
If you replace that with: repo: (searchRepository).toString(),
You'll get the following behaviour without any further Share UI changes:
if (ftsQuery.length !== 0)
{
// we processed the search terms, so suffix the PATH query
var path = null;
if (!params.repo)
{
path = SITES_SPACE_QNAME_PATH;
if (params.siteId !== null && params.siteId.length > 0)
{
path += "cm:" + search.ISO9075Encode(params.siteId) + "/";
}
…
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.