As programmers, we are all aware of the differences between AND and OR (junction and union). I'm building a website that list properties and I'm really struggling on the search part. I want the user to be able to search using checkbox, but some criteria make more sense using AND and other using OR.
For example, show properties that have "4 bedrooms AND 2 bathrooms" and "near downtown OR near a bus transit".
Usually search are only junction (like Google), or they actually explain the use of AND or OR. But since my target audience is very broad, I'm looking for simple visual indicator that could be understood by any person, not those only mathematically inclined :).