Aaron Pham
2024-02-02 295b8fc9149e6702629717e3b71b2eff7d726a19
quartz/components/scripts/search.inline.ts
@@ -451,6 +451,10 @@
      searchLayout.style.opacity = "1"
    }
    if (term === "" && searchLayout) {
      searchLayout.style.opacity = "0"
    }
    if (term.toLowerCase().startsWith("#")) {
      searchType = "tags"
    } else {