Add query builder
View options
- Truncate descriptions
Created by: sqs
Many other code search tools have multiple input fields to help users construct their query. Sourcegraph currently requires users to use the search query syntax (such as repo:foo
, file:foo
).
We should add a (possibly optional) UI for this, to make it easier for users who are not familiar with the query syntax or who prefer an easier interface. (We actually used to have this.)