mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
Fix compatibility with latest funcool/cuerdas version.
This commit is contained in:
parent
ec04fccf0c
commit
f46ac8154c
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
(defn- contains-term?
|
(defn- contains-term?
|
||||||
[phrase 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
|
(defn- filter-images-by
|
||||||
[term projs]
|
[term projs]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user