When to use the default combining method
The default combining method is appropriate for only two scenarios:
- You want the description as a whole to be true only if all the individual descriptors are true (this is the most common scenario).
- You want the description as a whole to be true if at least one of the individual descriptors is true.