Skip to content

Commit

Permalink
Merge pull request #3685 from lechten/extend-search-API
Browse files Browse the repository at this point in the history
Extend search API
  • Loading branch information
hakimel authored Sep 30, 2024
2 parents 4725350 + 2dcbf27 commit 669cc25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugin/search/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ const Plugin = () => {

},

open: openSearch
open: openSearch,
close: closeSearch,
toggle: toggleSearch

}
};
Expand Down
2 changes: 1 addition & 1 deletion plugin/search/search.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/search/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 669cc25

Please sign in to comment.