Skip to content

Commit

Permalink
Fix algolia search (#1635)
Browse files Browse the repository at this point in the history
It seems that the default facets of docusaurus do not work against our
index, so disabling the contextual search for now.

Captured a follow-up bug about listing results double: #1636
  • Loading branch information
ch1bo authored Sep 16, 2024
2 parents 9ed5ded + b1f98e4 commit c3438ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/adr/2023-10-16_028_offline_adr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: 28. Offline mode
slug: 28
title: |
28. Offline mode
authors: [cardenaso11]
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const config = {
apiKey: "09b2fc0200d06fb433a5f4ced7c9d427",
indexName: "hydra",
searchPagePath: "search",
contextualSearch: true,
contextualSearch: false,
},
}),

Expand Down

0 comments on commit c3438ba

Please sign in to comment.