Skip to content

Add new $IS_NOT_ONE_OF operator #20

@mainak55512

Description

@mainak55512

Add a new $IS_NOT_ONE_OF operator to query if a field does not have one of the supplied values e.g. the query should be like name $IS_NOT_ONE_OF "Alex, Robert" which should give all that entries that do not have name value either 'Alex' or 'Robert'.

This operator should work on the following:

String: will check if string does not have one of the specified values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeasibilityFeasibility of new feature requestProposalNew feature request proposalenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions