filterWhere() - ignores search by empty values. When the search is executed by two fields, for example book and author, if the book value is empty then filterWhere() ignores the search by book and the search will be executed only by author
andFilterWhere() - Appends WHERE condition to the existing one.
Comments
Post a Comment