diff --git a/README.md b/README.md index 23b4797..9611272 100644 --- a/README.md +++ b/README.md @@ -1684,6 +1684,16 @@ class Product < ApplicationRecord end ``` +Make search case sensitive [master] + +```ruby +class Product < ApplicationRecord + searchkick case_sensitive: true +end +``` + +> If misspellings are enabled (default), results with a single character case difference will match. Turn off misspellings if this is not desired. + Change import batch size ```ruby -- libgit2 0.21.0