Commit 0ceda092676f39fca6b231da30a9f576b717351e

Authored by Andrew Kane
1 parent 9cf20ab6

Match example

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -269,8 +269,8 @@ products.suggestions # ["peanut butter"]
269 269 ![Facets](http://ankane.github.io/searchkick/facets.png)
270 270  
271 271 ```ruby
272   -products = Product.search "2% Milk", facets: [:store_id, :aisle_id]
273   -p products.facets
  272 +shoes = Shoe.search "chuck taylor", facets: [:product_type, :gender, :brand]
  273 +p shoes.facets
274 274 ```
275 275  
276 276 Advanced
... ...