Simon Späti
2023-02-07 bde44fadf20a1f91a466653f9552ce8bd658e2f9
assets/js/full-text-search.js
@@ -35,7 +35,7 @@
  })
  registerHandlers((e) => {
    term = e.target.value
    const term = e.target.value
    const searchResults = contentIndex.search(term, [
      {
        field: "content",