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

Support for $bucket and $key indexes for query #180

Open
dreadjr opened this issue Jul 1, 2013 · 2 comments
Open

Support for $bucket and $key indexes for query #180

dreadjr opened this issue Jul 1, 2013 · 2 comments

Comments

@dreadjr
Copy link

dreadjr commented Jul 1, 2013

I am trying to do the following queries from client.query.

curl localhost:8098/buckets/bucket/index/$bucket/_
curl localhost:8098/buckets/bucket/index/index_bin/key
range query using $key

Am i missing something?

map reduce you can use this
riak.add({ bucket: bucket, index: "$bucket", key: "_"}).map('Riak.mapValuesJson').run();

thanks

@dreadjr
Copy link
Author

dreadjr commented Oct 31, 2013

Is anyone looking at the pull requests?

@sideshowcoder
Copy link
Contributor

Well I think @roidrage is the most active, and he gets the notifications but he is pretty busy, maybe we can set something up to help out, like tagging issues etc.? Would be helpful if someone of the repo contributors could post some advise so riak-js can move forward especially thinking about the upcoming 2.0 release.

gigonaut pushed a commit that referenced this issue Nov 24, 2014
gigonaut pushed a commit that referenced this issue Nov 24, 2014
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