Skip to content

Commit

Permalink
fix(blog) faceting distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuCeia committed Jul 24, 2018
1 parent 645c049 commit f00341a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class="col-lg col-6 align-middle">
);
var helper = algoliasearchHelper(client, algolia.indices.posts_post.name, {
disjunctiveFacets: ['category'],
facetingAfterDistinct: true,
filters: 'locale:"' + current_locale + '"',
});
Expand Down

0 comments on commit f00341a

Please sign in to comment.