diff --git a/quartz/components/scripts/search.inline.ts b/quartz/components/scripts/search.inline.ts index 6a84a50e0..8f8d08275 100644 --- a/quartz/components/scripts/search.inline.ts +++ b/quartz/components/scripts/search.inline.ts @@ -421,7 +421,7 @@ async function setupSearch(searchElement: Element, currentSlug: FullSlug, data: for (let searchResult of searchResults) { searchResult.result = searchResult.result.slice(0, numSearchResults) } - // set search type to basic and remove tag from term for proper highlightning and scroll + // set search type to basic and remove tag from term for proper highlighting and scroll searchType = "basic" currentSearchTerm = query } else {