Javascript changes to filter

This commit is contained in:
mikolajbrzezinski
2022-05-06 15:34:04 +02:00
parent 00b79b5aca
commit e2f87801db

View File

@@ -2,7 +2,7 @@ function main()
{ {
// Get the args // Get the args
var filter = args["filter"]; var filter = args["filter"] + " [hint:useCQ]";
var maxResults = args["maxResults"]; var maxResults = args["maxResults"];
var skipCountStr = args["skipCount"]; var skipCountStr = args["skipCount"];
var skipCount = skipCountStr != null ? parseInt(skipCountStr) : -1; var skipCount = skipCountStr != null ? parseInt(skipCountStr) : -1;