catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

LIKE use AND instead of OR #699

Closed Philippe-M closed 6 years ago

Philippe-M commented 6 years ago

In 1.4.4 version howto use AND instead of OR in LIKE condition ?

catfan commented 6 years ago

Check out from the doc https://medoo.in/api/where the Compound section in LIKE Condition. You can use it with AND and OR.