fix(search): search page should react to querystring changes + cleanup/refactor (#8757)

This commit is contained in:
Sébastien Lorber 2023-03-10 19:13:58 +01:00 committed by GitHub
parent ea2b13ea94
commit 2f75979bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 70 additions and 69 deletions

View file

@ -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';