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 cdf334b commit e19e0b0Copy full SHA for e19e0b0
src/__tests__/__snapshots__/config.test.js.snap
@@ -95,6 +95,7 @@ Object {
95
"searchable(computedKeywords)",
96
"searchable(owner.name)",
97
"deprecated",
98
+ "types.ts",
99
],
100
"customRanking": Array [
101
"desc(_searchInternal.downloadsMagnitude)",
src/config.js
@@ -33,6 +33,7 @@ const defaultConfig = {
33
'searchable(computedKeywords)',
34
'searchable(owner.name)',
35
'deprecated',
36
+ 'types.ts',
37
38
customRanking: [
39
'desc(_searchInternal.downloadsMagnitude)',
0 commit comments