diff --git a/README.md b/README.md index df4d1a7..f9b1835 100644 --- a/README.md +++ b/README.md @@ -1650,6 +1650,14 @@ Eager load different associations by model Searchkick.search("*", index_name: [Product, Store], model_includes: {Product => [:store], Store => [:product]}) ``` +Specify default fields to search + +```ruby +class Product < ActiveRecord::Base + searchkick default_fields: [:name] +end +``` + Turn off special characters ```ruby -- libgit2 0.21.0