You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steebchen
changed the title
Using same field operation multiple times does not work
Using the same field operation multiple times does not work
Nov 10, 2023
The following does not work:
This works:
For the above example, you can consider using
.In()
instead:Alternatively, wrap your queries using the same field in an
.And()
like above.For linking many items, you can do the following:
TODO @steebchen: explain why this does not work (AST reasons)
This results in unexpected behaviour. #1094 disallows the use of this and fails on runtime.
The text was updated successfully, but these errors were encountered: