Merge release Beta 1 into stable #21
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
;; Would be so much easier for user to figure out why is it showing
|
;; Would be so much easier for user to figure out why is it showing
|
||||||
;; and it would solve the problem of super long titles (or OPs instead of titles)
|
;; and it would solve the problem of super long titles (or OPs instead of titles)
|
||||||
(when (some (fn [querry]
|
(when (some (fn [querry]
|
||||||
(s/includes? title querry))
|
(s/includes? (s/lower-case title) (s/lower-case querry)))
|
||||||
query-vec)
|
query-vec)
|
||||||
t)))
|
t)))
|
||||||
(reverse needed-cache-part))]
|
(reverse needed-cache-part))]
|
||||||
|
|
Loading…
Reference in a new issue