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

two, ... indexs multiEntry #34

Open
zirill opened this issue Dec 11, 2014 · 1 comment
Open

two, ... indexs multiEntry #34

zirill opened this issue Dec 11, 2014 · 1 comment

Comments

@zirill
Copy link

zirill commented Dec 11, 2014

hello, how you can implement a request?

shema = {
stores: [{
names: 'table1',
keyPath: 'id',
indexes[
{
keyPath: 'tag1',
multiEntry: true
},{
keyPath: 'tag2',
multiEntry: true
}
]
}]
}

WHERE tag1 = 1 and tag2 = 2

Tried and failed: where().where() and Nested-loop join

@yathit
Copy link
Owner

yathit commented Dec 11, 2014

That part is not finish yet.

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