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

Riak Secondary Indexes #215

Open
Balasundararao opened this issue Jun 3, 2014 · 0 comments
Open

Riak Secondary Indexes #215

Balasundararao opened this issue Jun 3, 2014 · 0 comments

Comments

@Balasundararao
Copy link

Hi I am using the riak-js version 0.10.2. i am creating the secondary indexes from the example

db.save('people', 'me', { age: 28 }, { index: { age: 28, alias: 'fran' } });
db.query('people', { age: [20,30] });
db.query('people', { alias: 'fran' });

when i try to run "db.query('people', { alias: 'fran' });" it returns undefined.
Do you have any suggestions how to get use the db.query ?

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

1 participant