Is there a wild card character for selecting everything with SQLAlchemy\'s "filter"?
var = \'*\' session.query().filter(results.name == var)