thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
327 stars 40 forks source link

Fix bug in index(index_type) for geoHaystack type once upstream is fixed. #23

Closed thedodd closed 4 years ago

thedodd commented 5 years ago

There's a bug related to using geoHaystack indexes in the mongodb driver #289. Once it is fixed, it should just simply work as expected here.

thedodd commented 5 years ago

Unblocked by mongodb-labs/mongo-rust-driver-prototype#299