mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -06:00
Merge d0e9eedd82 into e7d2a57aad
This commit is contained in:
commit
c10fa39d9e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user