EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

[Feature Request] Run LIKE and ILIKE operators on the remote server using regexMatch #177

Open ahuarte47 opened 9 months ago

ahuarte47 commented 9 months ago

Hi, It would be great to add support to run LIKE and ILIKE operators on the remote server using regexMatch.

I am proposing this PR implementing this feature.

vaibhavdalvi93 commented 9 months ago

Thanks, @ahuarte47 for proposing this feature. We will have a look into it further.