Skip to content

Commit

Permalink
Fix algolia sort query
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Oct 21, 2023
1 parent f403353 commit ecf4478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-site/src/utils/algolia-queries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function pluginQueries() {
'exact',
'custom',
],
customRanking: ['desc(stats.currentInstalls)'],
customRanking: ['desc(stats.currentInstallPercentage)'],
attributesForFaceting: ['labels'],
attributesToIndex: [
'name',
Expand Down

0 comments on commit ecf4478

Please sign in to comment.