Skip to content

Commit

Permalink
feat(ts): allow faceting
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jul 8, 2019
1 parent cdf334b commit e19e0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/__snapshots__/config.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Object {
"searchable(computedKeywords)",
"searchable(owner.name)",
"deprecated",
"types.ts",
],
"customRanking": Array [
"desc(_searchInternal.downloadsMagnitude)",
Expand Down
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const defaultConfig = {
'searchable(computedKeywords)',
'searchable(owner.name)',
'deprecated',
'types.ts',
],
customRanking: [
'desc(_searchInternal.downloadsMagnitude)',
Expand Down

0 comments on commit e19e0b0

Please sign in to comment.