Skip to content

Searching on multiple attributes, returns records if any one attribute matches rather than all attributes #22

@hillc5

Description

@hillc5

Looks like

.find({ attribute1: '...', attribute2: '...' } )

is returning any records that match either attribute1 or attribute2 and not only those records that match both. I expect to only get results that match ALL attributes in the query

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