Skip to content

Commit

Permalink
Merge pull request #501 from andyatkinson/docs/typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
nertzy authored May 12, 2023
2 parents 9a0ede0 + 7e876b3 commit 7a01edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a01edd

Please sign in to comment.