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 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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: