Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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