Commit 290aa485b367ed21773e9b8c4678e5afab53da32

Authored by Andrew Kane
1 parent 6501c299

Fixed facets

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -97,7 +97,7 @@ limit: 50, offset: 1000
97 97  
98 98 ```ruby
99 99 search = Product.search "2% Milk", facets: [:store_id, :aisle_id]
100   -search["facets"].each do |facet|
  100 +search[:facets].each do |facet|
101 101 p facet # TODO
102 102 end
103 103 ```
... ...