Skip to content

Commit f61364f

Browse files
authored
Updated facet filtering in docsearch (#2945)
1 parent 6db97c6 commit f61364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h2>Resources</h2>
531531
indexName: 'pytorch-ignite',
532532
placeholder: 'Search PyTorch-Ignite docs',
533533
searchParameters: {
534-
facetFilters: [[`version:${VERSION}`, 'tags:ignite-web']],
534+
facetFilters: [`version:${VERSION}`, 'tags:API-reference'],
535535
}
536536
});
537537
</script>

0 commit comments

Comments
 (0)