mongodb / laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

Home Page:https://www.mongodb.com/compatibility/mongodb-laravel-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add whereLike clause to query builder

masterbater opened this issue · comments

The "like", "not like", "ilike" and "not ilike" are supported. Have you tried if the new methods already work?

commented

The "like", "not like", "ilike" and "not ilike" are supported. Have you tried if the new methods already work?

Hello @GromNaN, no I havent. Its better if we can add test for this new method.