Commit d821021f7291f8565793ee766872e3202af0c46e

Authored by Andrew Kane
1 parent f9403632

Changed facet names

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -38,7 +38,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 @@ -38,7 +38,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50
38 ### Facets 38 ### Facets
39 39
40 ```ruby 40 ```ruby
41 -Product.search "2% Milk", facets: [:aisle_id, :warehouse_id] 41 +Product.search "2% Milk", facets: [:store_id, :aisle_id]
42 ``` 42 ```
43 43
44 ### Synonyms 44 ### Synonyms