Pinned Loading
-
Numeric search using filterrific in ...
Numeric search using filterrific in rails 1If you want to search every keyword including numbers with filterrific in rails, you can use the following search scope.
23scope :search_query, lambda { |query|
4return nil if query.blank?
5terms = query.to_s.downcase.split(/\s+/)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.