We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22c44d commit 4a32a2bCopy full SHA for 4a32a2b
resources/js/components/search.js
@@ -5,7 +5,5 @@ docsearch({
5
appId: algolia_app_id,
6
apiKey: algolia_search_key,
7
indexName: 'devmage-os',
8
- searchParameters: {
9
- facetFilters: ['version:' + window.version],
10
- },
+ searchParameters: {},
11
});
0 commit comments