How to construct a slightly more complex filter using “or_” or “and_” in SQLAlchemy

前端 未结 4 935
北海茫月
北海茫月 2020-12-25 12:16

I\'m trying to do a very simple search from a list of terms

terms = [\'term1\', \'term2\', \'term3\']

How do I programmatically go through

4条回答
提交回复
热议问题