Commit a334ce83a6ebd0743276b1e08a99b1519c554f42
1 parent
6d951755
Exists in
master
and in
19 other branches
Clarify searchable [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1137,7 +1137,7 @@ If you run into issues on Windows, check out [this post](https://www.rastating.c |
1137 | 1137 | |
1138 | 1138 | ### Searchable Fields |
1139 | 1139 | |
1140 | -By default, all string fields are searchable (can be used in `fields` option). Speed up indexing and reduce index size by only making some fields searchable. | |
1140 | +By default, all string fields are searchable (can be used in `fields` option). Speed up indexing and reduce index size by only making some fields searchable. This disables the `_all` field unless it’s listed. | |
1141 | 1141 | |
1142 | 1142 | ```ruby |
1143 | 1143 | class Product < ActiveRecord::Base | ... | ... |