Commit
bb24e09588fd598f8f2d821cc54e78c927af1f9a
Exists in
master
and in
21 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, highlighted, index_name, lazy_index_name, less_deps, nested, reindex_async_threads, reindex_refactor, relation, relation_search, routing_queue, scope_attributes, search_as_you_type, synonyms_ci, test_language, threads, wildcard
Removed unused file
| @@ -1,14 +0,0 @@ |
| @@ -1,14 +0,0 @@ |
1
| -module Searchkick |
| |
2
| - module Search |
| |
3
| - |
| |
4
| - def search(term = nil, options = {}) |
| |
5
| - query = Searchkick::Query.new(self, term, options) |
| |
6
| - if options[:execute] == false |
| |
7
| - query |
| |
8
| - else |
| |
9
| - query.execute |
| |
10
| - end |
| |
11
| - end |
| |
12
| - |
| |
13
| - end |
| |
14
| -end |
| |