diff --git a/README.md b/README.md index 4285bae..d7219a3 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 where: { expires_at: {gt: Time.now}, # lt, gte, lte also available orders_count: 1..10, # equivalent to {gte: 1, lte: 10} + aisle_id: [10, 11], # in store_id: {not: 2}, - aisle_id: {in: [10, 11]}, or: [ {in_stock: true}, {backordered: true} -- libgit2 0.21.0