Remove obsolete todo
This commit is contained in:
parent
4f05417e94
commit
f6f905656d
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@
|
||||||
(->> (re-seq #"\"([^\"]+)\"|([^\s]+)" query)
|
(->> (re-seq #"\"([^\"]+)\"|([^\s]+)" query)
|
||||||
(mapv (fn [[_ a b]] (or a b)))))
|
(mapv (fn [[_ a b]] (or a b)))))
|
||||||
|
|
||||||
;; TODO document more advanced matching for users
|
|
||||||
|
|
||||||
(defn text-matcher [term]
|
(defn text-matcher [term]
|
||||||
(let [match? (partial re-find (->regex term))]
|
(let [match? (partial re-find (->regex term))]
|
||||||
(filter (fn [post]
|
(filter (fn [post]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue