Module: Searchgasm::Search::Searching
- Included in:
- Base
- Defined in:
- lib/searchgasm/search/searching.rb
Overview
Searchgasm Searching
Implements searching functionality for searchgasm. Searchgasm::Search::Base and Searchgasm::Conditions::Base can both search and include this module.
Constant Summary collapse
- SEARCH_METHODS =
Use these methods just like you would in ActiveRecord
[:all, :find, :first]
- CALCULATION_METHODS =
[:average, :calculate, :count, :maximum, :minimum, :sum]