Skip to content

Commit 463ded2

Browse files
committed
Add feedback
1 parent ee51805 commit 463ded2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/code-search/features.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,16 @@ You get the following improvements:
9797

9898
## Personalized search ranking
9999

100-
<Callout type="info">The personalized search ranking experience is available for Enterprise users only.</Callout>
100+
Sourcegraph Enterprise users can get more personalized and better-ranked search results in the search bar for their codebases. With this feature, you get:
101101

102-
Sourcegraph Enterprise users can get more personalized and better-ranked search results in the search bar for their codebases. With this experience enabled, you can get intelligently ranked results for your full query for keyword searches like "data router". You also get results boosted from repositories you’ve recently contributed to, making it easier to find the code you care about faster.
102+
- Improved ranking for keyword searches like "data router". This capability is enabled by default and cannot be configured
103+
- Personalized ranking, specifically boosted results from repos you recently contributed to. This is controlled by the setting `experimentalFeatures.boostRelevantRepositories`
104+
105+
These boosted results from your recently contributed repositories make finding the code you care about easier.
103106

104107
The personalized search ranking works best if you have large codebases, especially for new users who may otherwise get overwhelmed by results from unfamiliar or irrelevant repositories.
105108

106-
It is enabled by default, but you can disable it from your settings via:
109+
Personalized search ranking is enabled by default, but you can disable it from your settings via:
107110

108111
```json
109112
experimentalFeatures: {

0 commit comments

Comments
 (0)