diff --git a/site/web/app/themes/smart-city/resources/views/partials/content-single.blade.php b/site/web/app/themes/smart-city/resources/views/partials/content-single.blade.php index a06112c..d06e2ca 100644 --- a/site/web/app/themes/smart-city/resources/views/partials/content-single.blade.php +++ b/site/web/app/themes/smart-city/resources/views/partials/content-single.blade.php @@ -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 + '"', });