diff --git a/app/models/customer.rb b/app/models/customer.rb index 7117766..2a4334c 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -142,7 +142,7 @@ class Customer < ActiveRecord::Base def self.search(search) where("name LIKE ?", "%#{search}%") - where("id LIKE ?", "%#{search}%") + #where("id LIKE ?", "%#{search}%") end # proforms a bruteforce sync operation