Apoorv Khandelwal
2022-12-01 5a7936e23af000d7cefbf2dcb2ba4c16f1f993dc
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)
  })
})()