Fabio B

Results 1 issues of Fabio B

Input: ``` { Item: { any: { indexof(tolower(Name), 'gead'): { eq: -1 } } } } ``` Outputs -> Item/any(p:indexof(p/**tolower(Name)**, 'adf') eq -1) Expecting -> Item/any(p:indexof(**tolower(p/Name)**, 'adf') eq -1) Is...