I need some help in order to execute the next query. I searched the Propel ORM documentation and haven't found anything related to do a WHERE LIKE query and using "*" to found multiple results:
->where('Player.Name LIKE ?*', $filter)
->find();
Is there any way to make this query using Active Query?