Commit
90a8524c54c4b9bdbe0fac96b40a7739b7d43b74
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
Added explain
| @@ -50,6 +50,12 @@ where: { |
| @@ -50,6 +50,12 @@ where: { |
50
| } |
50
| } |
51
| ``` |
51
| ``` |
52
| |
52
| |
| |
53
| +Explain |
| |
54
| + |
| |
55
| +```ruby |
| |
56
| +Product.search "1% Milk", explain: true |
| |
57
| +``` |
| |
58
| + |
53
| ### Facets |
59
| ### Facets |
54
| |
60
| |
55
| ```ruby |
61
| ```ruby |