vespa icon indicating copy to clipboard operation
vespa copied to clipboard

grouping query builder and validator

Open kkraune opened this issue 5 years ago • 2 comments

Creating a grouing query string (e.g. all( group(customer) each(output(sum(price))) ) ) can be difficult with multi-level grouping, having a UI to construct the string a la the querybuilder might help.

Can be useful as a validator, too - paste a string into a field, and auto-generate an pretty-printed view

hence both ways from structured to string and vice versa

see #16870 for implementation suggestion

kkraune avatar Mar 10 '21 10:03 kkraune

I like to work on this issue :)

sjain166 avatar Jul 20 '24 19:07 sjain166

Sure, please refer to https://github.com/vespa-engine/vespa/blob/master/CONTRIBUTING.md for how to get started

kkraune avatar Jul 30 '24 14:07 kkraune