Can I use LIKE with a list, the filter would be similar to session.query(Object).filter(Object.column.in_.like([\'somthing%\',\'somthingelse%\'])
session.query(Object).filter(Object.column.in_.like([\'somthing%\',\'somthingelse%\'])