You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
``
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: