Skip to content

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

@justinshea

Description

@justinshea

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"

``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions