Subset of the available content by several criteria

How to merge two conditions into one:

{{ range (where .Site.Pages "Section" "post").GroupByDate "2006" }}

and

{{ range (where .Site.Pages "Section" "!=" "").GroupByDate "2006" }}

Use the union/intersect func.