mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-17 16:47:56 +02:00
fix(search): search page should react to querystring changes + cleanup/refactor (#8757)
This commit is contained in:
parent
ea2b13ea94
commit
2f75979bc5
6 changed files with 70 additions and 69 deletions
|
@ -73,6 +73,11 @@ export {
|
|||
type TagLetterEntry,
|
||||
} from './utils/tagsUtils';
|
||||
|
||||
export {
|
||||
useSearchQueryString,
|
||||
useSearchLinkCreator,
|
||||
} from './hooks/useSearchPage';
|
||||
|
||||
export {isMultiColumnFooterLinks} from './utils/footerUtils';
|
||||
|
||||
export {isRegexpStringMatch} from './utils/regexpUtils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue