We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Along with primary hash key I also created a Global secondary hash key, how can I query using node-dynamodb?
The text was updated successfully, but these errors were encountered:
same ? here doesn't seem to work for me when I use indexName option
Sorry, something went wrong.
Could you provide an example?
Hey, is there any resolution on this yet? I'm finding that when you use indexName it still queries on the table hash key and not the index hash key.
Here is a temporary fix. You have to upgrade to a newer version of dynamo for this to work. I'm working on a pull request.
This will break the "HashKeyElement" as it was changed to "Key" so be careful! I've included details on how to fix that also.
https://gist.github.com/christopheretcheverry/bff4f26ea365c7487f33
Chris
No branches or pull requests
Hi, Along with primary hash key I also created a Global secondary hash key, how can I query using node-dynamodb?
The text was updated successfully, but these errors were encountered: