How do I implement ignoreCase on the following REST ``` where: { '$or': [ {'tax': { '$regex': val } }, {'name': { '$regex': val } } ] } ```