Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

☂️ Search: simpler query language inspired by "keyword search" #58815

@jtibshirani

Description

@jtibshirani

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

Core changes

Usability / performance

Testing + polish

/cc @sourcegraph/search-platform

Metadata

Metadata

Assignees

Labels

team/search-platformIssues owned by the search platform team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions