gadelkareem / sails-dynamodb

Amazon DynamoDB adapter for Waterline / Sails.js
http://sailsjs.org
46 stars 22 forks source link

Fix startKey usage and support fields with primary and GSI indexes #40

Closed ferrants closed 7 years ago

ferrants commented 7 years ago

The startKey doesn't work when passed to the find method programmatically instead of using blueprints. Pagination documentation was pretty bad Added support for a field being a primary index and a GSI index Fixed issue with running as indexing. Fields are passed to _whichIndex as a dict instead of an expected list?