fix no filters returning no results
Created by: camdencheek
This fixes an issue where a query like repo:sourcegraph type:diff
would return no results. This happened because an empty And
operator
would not match any commits, when it should match all commits.
Stacked on #25619