Class: PaginationSearch::SearchConditions

Inherits:
Object
  • Object
show all
Defined in:
lib/pagination_search/search_conditions.rb

Defined Under Namespace

Classes: Result

Constant Summary collapse

ALL_TRAIT_SEARCH_KEY =
''.freeze
MATCH_TYPE_KEY =
'match_type'.freeze
EXACT_MATCH =
'exact'.freeze

Class Method Summary collapse

Class Method Details

.process(search_string) ⇒ Object



29
30
31
# File 'lib/pagination_search/search_conditions.rb', line 29

def process(search_string)
  wrapped attribute_cleaned grouped separated search_string
end