Implements findAllBy with like condition:

Laurent requested to merge implements_find_all_by_where_like into master

Book::findAllBy(['title like' => '%appl%']);

Merge request reports