Commit 245f93ade694e4a52453387c2a92ecf164087d6a

Authored by Andrew
1 parent 8bf797bc

No longer need to specify fields [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -77,7 +77,7 @@ Product.reindex
77 77 And to query, use:
78 78  
79 79 ```ruby
80   -products = Product.search("apples", fields: [:name])
  80 +products = Product.search("apples")
81 81 products.each do |product|
82 82 puts product.name
83 83 end
... ...