Queries containing grouping don't seem to work as expected ``` SELECT * from schema WHERE (category matches 'a') limit 1 | all( group(category) each(output(count() ) ) ) ```