| Module | Foo::Acts::Indexed::SingletonMethods |
| In: |
lib/acts_as_indexed.rb
|
Adds model class singleton methods.
Finds instances matching the terms passed in query.
See Foo::Acts::Indexed::ClassMethods#search_index.
# File lib/acts_as_indexed.rb, line 184
184: def find_with_index(query='', find_options = {}, options = {})
185: search_index(query, find_options, options)
186: end