Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Mar 1, 2024
1 parent 01bffa9 commit bb2da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/docs-search/docs-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class DocsSearch implements ComponentInterface {
appId: this.defaults.algolia.appId,
apiKey: this.defaults.algolia.apiKey,
indexName: this.defaults.algolia.indexName,
// contextualSearch: true,
contextualSearch: true,
inputSelector: `#input-${this.uniqueId}`,
debug: false, // Set debug to true if you want to inspect the dropdown
queryHook: (e, t) => {
Expand Down

0 comments on commit bb2da0b

Please sign in to comment.