We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b736c commit 97a8c74Copy full SHA for 97a8c74
Doc/search_scorer.js
@@ -5,7 +5,7 @@ var Scorer = {
5
// boost the score of built-in functions and types
6
const builtinPages = ["library/stdtypes", "library/functions"];
7
if (builtinPages.includes(docname)) {
8
- score += 10;
+ score += 7;
9
}
10
11
return score;
0 commit comments