-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to filter on array elements #135
Comments
It fails because Use |
Tried with test[1].title also. Getting 0 results. |
I am facing problem in accesing nested properties. |
@clarkie Reading this section of the code, it seems like we don't correctly handle array access expressions. As in the above example, @abhinav-juneja Can you confirm that filtering on nested objects (without arrays) works correctly? |
Filtering on nested objects works as expected. |
I am new to DynamoDb. I am trying to access an object inside the array:
Created a new item in a table-
I am not to able to fetch "test[n].title", getting 0 results.
Also, I want to retrieve a part(json) of the item of a table ie. 'test' if its possible
The text was updated successfully, but these errors were encountered: