Skip to content

Riak Secondary Indexes  #215

@Balasundararao

Description

@Balasundararao

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions