chaosarium
2022-12-22 c1b0eafce668c0c7498a5875c23c074eeb71e842
assets/js/full-text-search.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)
  })
})()