diff --git a/README.md b/README.md index 9c87d99..5320b0d 100644 --- a/README.md +++ b/README.md @@ -897,6 +897,14 @@ class Product < ActiveRecord::Base end ``` +Make fields unsearchable but include in the source [master] + +```ruby +class Product < ActiveRecord::Base + searchkick unsearchable: [:color] +end +``` + Reindex asynchronously ```ruby -- libgit2 0.21.0