You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
We plan to bring code search closer to the "keyword search" style that users are used to, where queries are broken up into individual terms that can match broadly across the file name, contents, and symbols. This issue tracks our first round of work on improving the query language, which we aim to merge next release as 'beta'.
Example query: repo:sourcegraph/sourcegraph auth provider
auth provider matches files that contain both the strings auth and provider in any order. Before, it only matched files containing the exact string auth provider
There are no changes to filters in this release, so repo:sourcegraph/sourcegraph works as usual
We plan to bring code search closer to the "keyword search" style that users are used to, where queries are broken up into individual terms that can match broadly across the file name, contents, and symbols. This issue tracks our first round of work on improving the query language, which we aim to merge next release as 'beta'.
Example query:
repo:sourcegraph/sourcegraph auth providerauth providermatches files that contain both the stringsauthandproviderin any order. Before, it only matched files containing the exact stringauth providerrepo:sourcegraph/sourcegraphworks as usualCore changes
/.../Usability / performance
Testing + polish
/cc @sourcegraph/search-platform