Commit 1d6ed82d17be2bbce830c77eb867e8b1737644d3

Authored by Andrew Kane
1 parent 0257c33a

Pass options to facets

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
README.md
... ... @@ -72,6 +72,8 @@ explain: true
72 72  
73 73 ```ruby
74 74 Product.search "2% Milk", facets: [:store_id, :aisle_id]
  75 +# TODO pass options
  76 +Product.search "2% Milk", facets: {store_id: true, aisle_id: true}
75 77 ```
76 78  
77 79 ### Synonyms
... ...