-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hi,
thank you for your amazing query builder.
I ran into this problem: if I pass a filter object with this structure:
{ "Module1/Module_CategoryModule": { "any": { "Module_CategoryId": { "eq": 2 } } } }
I get this query, which throws a Syntax error in Restier OData:
$filter=((Module1/Module_CategoryModule/any(module1/module_categorymodule:module1/module_categorymodule/Module_CategoryId%20eq%202)))
but actually the correct conversion would be this:
$filter=((Module1/Module_CategoryModule/any(c:c/Module_CategoryId%20eq%202)))
Did I do something wrong in the filter syntax?
Thank you
Marco
shymidzimi, EvgeniiFaleev, fabsi96 and estebanl
Metadata
Metadata
Assignees
Labels
No labels