Commit fe90c094 authored by Romain Courteaud's avatar Romain Courteaud

WIP [jio] Add index capacity

parent 8f29eb1d
......@@ -467,6 +467,7 @@
return ensurePushableQueue(function () {
if (context.hasCapacity("list") &&
((options.query === undefined) || context.hasCapacity("query")) &&
((options.index === undefined) || context.hasCapacity("index")) &&
((options.sort_on === undefined) || context.hasCapacity("sort")) &&
((options.group_by === undefined) || context.hasCapacity("group")) &&
((options.select_list === undefined) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment