jadrake75/odata-filter-parser

Broken while parse ((name eq 'Drew Xiu') and (age gt 5))

Closed this issue · 1 comments

noru commented
{
  "key": "INVALID_FILTER_STRING",
  "msg": "The given string has uneven number of parenthesis"
}

Error gone when the space between the first string removed or set 5 to 10 (non-single-digit number).

@noru this is now fixed with version v0.5.0 - the test is in a later commit since I didn't see it until after submission