mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Javascript changes to filter
This commit is contained in:
@@ -2,7 +2,7 @@ function main()
|
||||
{
|
||||
|
||||
// Get the args
|
||||
var filter = args["filter"];
|
||||
var filter = args["filter"] + " [hint:useCQ]";
|
||||
var maxResults = args["maxResults"];
|
||||
var skipCountStr = args["skipCount"];
|
||||
var skipCount = skipCountStr != null ? parseInt(skipCountStr) : -1;
|
||||
|
Reference in New Issue
Block a user