sqlalchemy-filters
sqlalchemy-filters copied to clipboard
'contains' operator
Please add the sqlachemy operator "contains" to the OPERATORS dictionary:
'contains': lambda f, a: f.contains(a),
Thank you!
Hi @jackemuk, thanks for the suggestion. I'll add that operator.
Hello @juliotrigo , Do you add the "contains" operators?