mongo_fdw icon indicating copy to clipboard operation
mongo_fdw copied to clipboard

Mapping LIKE and ILIKE operators as RegexMatch

Open ahuarte47 opened this issue 6 months ago • 8 comments

This PR adds support to run LIKE (i.e. ~~) or ILIKE (i.e. ~~*) on the remote server using the regexMatch operator from Mongo.

ahuarte47 avatar Dec 29 '23 10:12 ahuarte47