Skip to content

fix no filters returning no results

Administrator requested to merge cc/git-refactor-7 into main

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

Merge request reports

Loading