From 1d6ed82d17be2bbce830c77eb867e8b1737644d3 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 16 Jul 2013 09:54:42 -0700 Subject: [PATCH] Pass options to facets --- README.md | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 1271687..af6a374 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ explain: true ```ruby Product.search "2% Milk", facets: [:store_id, :aisle_id] +# TODO pass options +Product.search "2% Milk", facets: {store_id: true, aisle_id: true} ``` ### Synonyms -- libgit2 0.21.0