Skip to content

Commit

Permalink
feat(faceting): allow searching in keywords and owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 15, 2017
1 parent d23510b commit 8dd2cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const defaultConfig = {
],
attributesForFaceting: [
'onlyFilter(concatenatedName)' /* optionalFacetFilters to boost the name */,
'keywords',
'owner.name',
'searchable(keywords)',
'searchable(owner.name)',
],
customRanking: ['desc(downloadsLast30Days)'],
disablePrefixOnAttributes: ['keywords', 'owner.name', 'owners.name'],
Expand Down

0 comments on commit 8dd2cda

Please sign in to comment.