sqlalchemy-filters icon indicating copy to clipboard operation
sqlalchemy-filters copied to clipboard

'contains' operator

Open jackemuk opened this issue 4 years ago • 2 comments

Please add the sqlachemy operator "contains" to the OPERATORS dictionary: 'contains': lambda f, a: f.contains(a),

Thank you!

jackemuk avatar Apr 14 '20 20:04 jackemuk

Hi @jackemuk, thanks for the suggestion. I'll add that operator.

juliotrigo avatar Apr 25 '20 16:04 juliotrigo

Hello @juliotrigo , Do you add the "contains" operators?

anhntt96 avatar Feb 22 '21 08:02 anhntt96