FLASK-SQLALCHEMY FILTER_BY Contient

games = Game.query.filter(Game.players.contains(p)).order_by(Game.some_field).all()
Troubled Teira