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
I have the following query: ANY oneAny[*].foo.@keys == 'child' which throws the following exception:
The keypath following 'ANY' must contain a list. Error code: 1009.
oneAny is a mixed property. In my test, it contains a collection, where one of the elements is a dictionary. In 2 test objects, the value for foo is a string and in 1 test object, the value is a dictionary with one of the keys being child. I would expect the query to match the 3rd object.
The text was updated successfully, but these errors were encountered:
I have the following query:
ANY oneAny[*].foo.@keys == 'child'
which throws the following exception:oneAny
is a mixed property. In my test, it contains a collection, where one of the elements is a dictionary. In 2 test objects, the value forfoo
is a string and in 1 test object, the value is a dictionary with one of the keys beingchild
. I would expect the query to match the 3rd object.The text was updated successfully, but these errors were encountered: