flywheel v0.5.2 Release Notes
Release Date: 2017-03-18 // over 6 years ago-
- 🐛 Bug fix: Change limit behavior to match docs.
query().limit()
will limit the number of results,query().scan_limit()
will limit number of items scanned (:issue:57
)
- 🐛 Bug fix: Change limit behavior to match docs.