sqltomango icon indicating copy to clipboard operation
sqltomango copied to clipboard

Add RLIKE -> {$regex:''}

Open ermouth opened this issue 1 year ago • 0 comments

Adds two MySQL style operators: RLIKE/REGEXP which are synonyms and have syntax like WHERE _id RLIKE '^abc'. They translate plainly into Mango {$regex:''}.

ermouth avatar Apr 08 '23 01:04 ermouth