Commit 3578f565ddd4deef0e0ba7df2358f73468686dfb
1 parent
442273c1
Exists in
master
and in
21 other branches
Added todo
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
README.md
@@ -32,6 +32,7 @@ Product.search "2% Milk" | @@ -32,6 +32,7 @@ Product.search "2% Milk" | ||
32 | 32 | ||
33 | ```ruby | 33 | ```ruby |
34 | Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 | 34 | Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 |
35 | +# TODO not equal, greater than, less than, ranges, or operator | ||
35 | ``` | 36 | ``` |
36 | 37 | ||
37 | ### Synonyms | 38 | ### Synonyms |