tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

Ascend* & Descend* results should be limited by the item's value when an index is provided #10

Closed prisoner closed 8 years ago

prisoner commented 8 years ago

Ascend* & Descend* results should be limited by the item's value when an index is provided.

tidwall commented 8 years ago

Big thanks for discovering and fixing this issue.

prisoner commented 8 years ago

@tidwall thank you for sharing this excellent project.