Commit 3578f565ddd4deef0e0ba7df2358f73468686dfb

Authored by Andrew Kane
1 parent 442273c1

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 32  
33 33 ```ruby
34 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 38 ### Synonyms
... ...