Skip to content

Commit 267b40f

Browse files
committed
update search configuration
1 parent dd85fd1 commit 267b40f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/vue/source/js/common.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
//appId: 'BH4D9OD16A',
2222
apiKey: '0a75952972806d9ad07e387d08e9cc4c',
2323
indexName: 'vuejs_jp',
24-
inputSelector: selector
24+
inputSelector: selector,
25+
algoliaOptions: { facetFilters: ['version:v1'] }
2526
})
2627
})
2728
}

0 commit comments

Comments
 (0)