Using OR in SQLAlchemy October 2, 2022 by Tarik From the tutorial: from sqlalchemy import or_ filter(or_(User.name == 'ed', User.name == 'wendy'))