0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 00:19:07 -05:00

Fix compatibility with latest funcool/cuerdas version.

This commit is contained in:
Andrey Antukh 2016-09-22 22:30:01 +03:00
parent ec04fccf0c
commit f46ac8154c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -42,7 +42,7 @@
(defn- contains-term?
[phrase term]
(str/contains? (str/lower phrase) (str/trim (str/lower term))))
(str/includes? (str/lower phrase) (str/trim (str/lower term))))
(defn- filter-images-by
[term projs]