mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-21 12:36:32 +00:00
fix: jump to search for operand
This commit is contained in:
parent
f08a76a738
commit
e374e3abd4
4 changed files with 19 additions and 15 deletions
assets/js
|
@ -56,6 +56,6 @@
|
|||
}
|
||||
const allIds = new Set([...getByField("title"), ...getByField("content")])
|
||||
const finalResults = [...allIds].map(formatForDisplay)
|
||||
displayResults(finalResults, true)
|
||||
displayResults(term, finalResults, true)
|
||||
})
|
||||
})()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue