Skip to content

ignoreCase for $regex #450

Closed
Closed
@ghost

Description

How do I implement ignoreCase on the following REST

where: {
    '$or': [
         {'tax': {
                   '$regex': val
              }
         },
             {'name': {
                 '$regex': val
             }
         }
     ]
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions