fix(style): search preview consistency

This commit is contained in:
Jacky Zhao 2024-01-31 09:55:23 -08:00
parent 50bb1ffd8a
commit e1f12e6cb7
2 changed files with 16 additions and 6 deletions
quartz/components/scripts

View file

@ -20,8 +20,8 @@ type SearchType = "basic" | "tags"
let searchType: SearchType = "basic"
const contextWindowWords = 30
const numSearchResults = 5
const numTagResults = 3
const numSearchResults = 8
const numTagResults = 5
function highlight(searchTerm: string, text: string, trim?: boolean) {
// try to highlight longest tokens first
const tokenizedTerms = searchTerm