diff --git a/app/store/lists/user/UserLists.php b/app/store/lists/user/UserLists.php
index b3816dbf8..1c8f6c906 100644
--- a/app/store/lists/user/UserLists.php
+++ b/app/store/lists/user/UserLists.php
@@ -26,6 +26,7 @@ class UserLists extends BaseAdminDataLists  implements ListsSearchInterface
     {
         return [
             '=' => ['id','user_ship','store_id'],
+            '%like%' => ['mobile'],
         ];
     }