Commit ba2766c56df5dc66aada66a660dc7cb6438490a2
1 parent
5d817f63
Exists in
master
and in
21 other branches
Updated comment on mispellings with multi search
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1104,7 +1104,7 @@ Searchkick.multi_search([fresh_products, frozen_products]) |
1104 | 1104 | |
1105 | 1105 | Then use `fresh_products` and `frozen_products` as typical results. |
1106 | 1106 | |
1107 | -**Note:** Errors are not raised as with single requests. Use the `error` method on each query to check for errors. Also, the `below` option for misspellings is ignored. | |
1107 | +**Note:** Errors are not raised as with single requests. Use the `error` method on each query to check for errors. Also, if you use the `below` option for misspellings, misspellings will be disabled. | |
1108 | 1108 | |
1109 | 1109 | ## Reference |
1110 | 1110 | ... | ... |