Skip to content

Add $CONTAINS operator #9

@mainak55512

Description

@mainak55512

Add a new $CONTAINS operator to query if a field contains specific keywords or not, e.g. the query should be like name $CONTAINS 'Alex'.

This operator should work on the following:

  • String: will check if string has a certain substring or not.

  • Array: will check if that array contains a specific element or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions