-
Notifications
You must be signed in to change notification settings - Fork 67
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
db.rel.findHasMany is not working #120
Comments
same still not working for me, i'm trying to use queryInverse, added the index, but still not functioning. |
db.rel.findHasMany is actually working with an index
with this schema
and this index
But i would expect from queryInverse that it does this more efficiently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finding it difficult to implement db.rel.findHasMany. I have followed the examples and i still can't get it to perform what i want it to do. Can i get a detailed example of how it can be implemented?
The text was updated successfully, but these errors were encountered: