Skip to content
Snippets Groups Projects

search: lift unindexed search fallback logic

Created by: rvantonder

Stacked on https://github.com/sourcegraph/sourcegraph/pull/25495. Semantics preserving.

This puts logic that causes us to only do unindexed search one level up the call stack. It indirectly solves some issues that we may have overlooked with global searches (if we said index:no for global search I don't think it was honored before). The main benefit is extracting out state for decisions we can deal with earlier, based on the index value.


most of the changes is just updating tests to use the upper function.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading