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

multiple queries against same key in array no longer working (backbone version ~1) #19

Open
justinshea opened this issue Oct 3, 2015 · 0 comments

Comments

@justinshea
Copy link

The following example from .readme will not return any results. Are there any plans to update this library so it is compatible with latest versions of backbone???

Thanks,
Justin

MyCollection.query({
    $or:[
        {title:"News"},
        {title:"About"}
    ]
});
// Returns all models with the title "News" or "About"

``
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