Jacky Zhao
2022-12-01 4cd6f7efdf9161f1a1c7ad381d5bc4f2828eedb8
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)
  })
})()