Must and should match doesn't return should matches

Hi
As soon as there is a mandatory clause in a bool (eg MUST or FILTER) then all SHOULD clauses are relegated to being optional extras or “nice to haves” on documents that match the mandatory clause.
To make the SHOULD clauses mandatory ORs you need to wrap in a bool inside the must eg

Bool
Must
Term1
Term2
Bool
Should
Term3a
Term3b

More background here