mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 16:54:36 +00:00
fix: jump to search for operand
This commit is contained in:
@ -56,6 +56,6 @@
|
||||
}
|
||||
const allIds = new Set([...getByField("title"), ...getByField("content")])
|
||||
const finalResults = [...allIds].map(formatForDisplay)
|
||||
displayResults(finalResults, true)
|
||||
displayResults(term, finalResults, true)
|
||||
})
|
||||
})()
|
||||
|
Reference in New Issue
Block a user