diff --git a/src/computersandblues/lodestone/match.cljs b/src/computersandblues/lodestone/match.cljs index 8a97f32..818557c 100644 --- a/src/computersandblues/lodestone/match.cljs +++ b/src/computersandblues/lodestone/match.cljs @@ -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]