Makes searching for ampersand work
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
::input-value-settled
|
||||
[with-user]
|
||||
(fn [{:keys [user]} [_ input-value search-query set-items set-loading-status]]
|
||||
(if (re-matches #"[a-zA-Z0-9\s\-]+" input-value)
|
||||
(if (re-matches #"[a-zA-Z0-9\s\-&]+" input-value)
|
||||
(when (> (count input-value) 2)
|
||||
(set-loading-status :loading)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user