Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
579 stars 195 forks source link

search within json #379

Open steveburkett opened 5 years ago

steveburkett commented 5 years ago

hi there,

I see that dynamoid supports a JSON data type. How does one search on an attribute with a JSON field? is this possible? (i read that dynamodb supports the mapping of the JSON field (thehttps://www.allthingsdistributed.com/2014/10/document-model-dynamodb.html), how do you do this in dynamoid?

andrykonchin commented 5 years ago

Unfortunately Dynamoid doesn't support conditions with nested document attributes in queries (Scan/Query operations) right now.

So AWS SDK or Dynamoid's internal adapter could be used instead