docs: improve search to show results for all filters (#9208)

* docs: improve search to show results for all filters

* fix index ordering
This commit is contained in:
Shahed Nasser
2024-09-22 14:49:16 +02:00
committed by GitHub
parent 138523a629
commit c790af7834
4 changed files with 102 additions and 7 deletions
@@ -97,7 +97,7 @@ export const SearchHits = ({
setNoResults,
checkInternalPattern,
}: SearchHitsProps) => {
const { hits } = useHits<HitType>()
const { items: hits } = useHits<HitType>()
const { status } = useInstantSearch()
const { setIsOpen } = useSearch()