Skip to content

Commit

Permalink
[docs] Give up on restoring search
Browse files Browse the repository at this point in the history
Doing #43566 right is a LOT of work. I'm reverting this.
I don't have time for this.
  • Loading branch information
oliviertassinari committed Sep 8, 2024
1 parent 630f8eb commit 71e7cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export default function AppSearch(props) {
apiKey="8177dfb3e2be72b241ffb8c5abafa899"
indexName="material-ui"
searchParameters={{
facetFilters: ['version:v5', facetFilterLanguage],
facetFilters: ['version:master', facetFilterLanguage],
optionalFilters,
attributesToRetrieve: [
// Copied from https://github.com/algolia/docsearch/blob/ce0c865cd8767e961ce3088b3155fc982d4c2e2e/packages/docsearch-react/src/DocSearchModal.tsx#L231
Expand Down

0 comments on commit 71e7cdf

Please sign in to comment.