NO BUG: Having to still use AND instead of OR for conditions?

Boolean logic can sometimes be confusing due to the meanings of “and” and “or” in everyday language. In daily usage, “or” is often confused with the “exclusive or” in Boolean algebra. It’s worth spending some time to understand it better. For more complex queries, “truth tables” often help me to simplify things (Just google truth-tables and boolean logic/algebra).

1 Like

Thank you, will do :slight_smile: