Skip to content

Commit

Permalink
Fix facetFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 18, 2024
1 parent fb75fc7 commit abbdab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app-docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class="absolute font-normal bg-white shadow overflow-hidden rounded w-24 border
});
},
searchParameters: {
facetFilters: ['language:en', 'version:{!! $latestVersionOfNylo !!}'],
facetFilters: ['version:latest'],
},
debug: false
});
Expand Down

0 comments on commit abbdab0

Please sign in to comment.