I\'m trying to do a very simple search from a list of terms
terms = [\'term1\', \'term2\', \'term3\']
How do I programmatically go through
You can use the "Conjunctions" documentation to combine conditions And, Or and not.
And
Or
not