mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
I went through all call sites of the 3 search APIs (Stream API, GQL API, SearchClient (internal)) and made sure that the query syntax version is set to "V3". Why? Without this change, a new default search syntax version might have caused a change in behavior for some of the call sites. ## Test plan - No functional change, so relying mostly on CI - The codeintel GQL queries set the patternType explicitly, so this change is a NOP. I tested manually - search based code intel sends GQL requests with version "V3" - repo badge still works - compute GQL returns results |
||
|---|---|---|
| .. | ||
| ghe-feeder | ||
| git-combine | ||
| init-sg | ||
| jsonc-validate | ||
| progress-bot | ||
| search-blitz | ||
| src-cli-version | ||
| tracking-issue | ||