This repository was archived by the owner on Sep 30, 2024. It is now read-only.
remove old and unused Cody search page#63439
Merged
Merged
Conversation
This page (at `/cody/search`) let you type in a natural-language description of what to search for, and then it used an LLM to rewrite that to Sourcegraph search query syntax. This was enabled using the `cody-web-search` feature flag, which has been disabled on dotcom for a while and was never documented or shared with customers, so it's safe to remove. It was a cool idea, but we decided to focus on making Cody's search in the editor better, and we haven't seriously improved this for ~12 months.
1591f9e to
45fb3cb
Compare
Contributor
|
Caution License checking failed, please read: how to deal with third parties licensing. |
umpox
approved these changes
Jun 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This page (at
/cody/search) let you type in a natural-language description of what to search for, and then it used an LLM to rewrite that to Sourcegraph search query syntax. This was enabled using thecody-web-searchfeature flag, which has been disabled on dotcom for a while and was never documented or shared with customers, so it's safe to remove.It was a cool idea, but we decided to focus on making Cody's search in the editor better, and we haven't seriously improved this for ~12 months.
Test plan
n/a; removed feature