How to make searchbox work with multiple fields |
Do you mean one text input field to search in multiple columns? If so you can use like() and orLike() in your query.
PHP Code: $this->yourModel I have an example of that in this article: https://includebeer.com/en/blog/how-to-b...r-4-part-5 |
Messages In This Thread |
How to make searchbox work with multiple fields - by Lipe_Bogaci - 05-25-2021, 02:14 PM
RE: How to make searchbox work with multiple fields - by includebeer - 05-25-2021, 04:39 PM
|