juliotrigo / sqlalchemy-filters

Filter, sort and paginate SQLAlchemy query objects. Ideal for exposing these actions over a REST API.
Other
321 stars 74 forks source link

'contains' operator #46

Open jackemuk opened 4 years ago

jackemuk commented 4 years ago

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

Thank you!

juliotrigo commented 4 years ago

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

anhntt96 commented 3 years ago

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