Skip to content
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

Create query with hash equals and range equals #113

Closed
keshav-elevio opened this issue May 31, 2017 · 3 comments
Closed

Create query with hash equals and range equals #113

keshav-elevio opened this issue May 31, 2017 · 3 comments

Comments

@keshav-elevio
Copy link

Hi,
Looking for an example of creating a query with both has equals and range equals. There is one with beginsWith but not equals. Also how to add attribute expressions to query?

Thanks in advance
Keshav

@philwills
Copy link
Contributor

Thanks for raising this, when I wrote the querying DSL, I didn't consider that for secondary indexes you might want to query the exact value of both hash and range, so support is missing.

I'd welcome a PR removing this restriction, otherwise I'll try and find time to fix it.

@keshav-elevio
Copy link
Author

keshav-elevio commented Jun 14, 2017 via email

@philwills
Copy link
Contributor

This should be fixed in 0.9.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants