Remove obsolete todo

This commit is contained in:
arne 2025-11-23 08:36:51 +01:00
commit f6f905656d

View file

@ -15,8 +15,6 @@
(->> (re-seq #"\"([^\"]+)\"|([^\s]+)" query)
(mapv (fn [[_ a b]] (or a b)))))
;; TODO document more advanced matching for users
(defn text-matcher [term]
(let [match? (partial re-find (->regex term))]
(filter (fn [post]