diff --git a/src/rss_thread_watch/feed_generator.clj b/src/rss_thread_watch/feed_generator.clj index 83b7438..965524a 100644 --- a/src/rss_thread_watch/feed_generator.clj +++ b/src/rss_thread_watch/feed_generator.clj @@ -63,7 +63,7 @@ ;; 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) (when (some (fn [querry] - (s/includes? title querry)) + (s/includes? (s/lower-case title) (s/lower-case querry))) query-vec) t))) (reverse needed-cache-part))]