vuu icon indicating copy to clipboard operation
vuu copied to clipboard

Filter parsing fails quietly

Open tanjjj opened this issue 2 months ago • 0 comments

If filter parsing failed, we see no data in view port but there is no error message.

See also https://github.com/finos/vuu/pull/1490 https://github.com/finos/vuu/issues/1489 https://github.com/finos/vuu/issues/1491

To reproduce a parsing errors: use a filter without double quotes e.g. id=abcd

A related bug/feature, we can parse filters without double quotes if the value is a number, e.g. id=1234

tanjjj avatar Oct 27 '25 10:10 tanjjj