making sysco and mama lus work.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
(sort-by second)
|
||||
ffirst)
|
||||
|
||||
word-set (set (str/split (.toLowerCase invoice-client-name) #"\s" ))
|
||||
word-set (set (str/split (.toLowerCase invoice-client-name) #"[\s:]" ))
|
||||
client-word-match (->> clients
|
||||
(map
|
||||
(fn [{:keys [:db/id :client/matches :client/name] :as client :or {matches []}}]
|
||||
|
||||
Reference in New Issue
Block a user