From 7e876b333aa79dc121696dad40d7c0352c382f40 Mon Sep 17 00:00:00 2001 From: Andy Atkinson Date: Sat, 21 Jan 2023 21:09:16 -0600 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b70c3b5..4b141c65 100644 --- a/README.md +++ b/README.md @@ -979,7 +979,7 @@ Sentence.word_similarity_like("word") # => [sentence] ### Limiting Fields When Combining Features Sometimes when doing queries combining different features you -might want to searching against only some of the fields with certain features. +might want to search against only some of the fields with certain features. For example perhaps you want to only do a trigram search against the shorter fields so that you don't need to reduce the threshold excessively. You can specify which fields using the 'only' option: