Description
The current implementation does not allow you to disable the index hint sent by MongoDocumentStore.query(). Either a hint for _id or _modified is sent. There should be a way to disable the hint entirely and let MongoDB decide.
The current implementation does not allow you to disable the index hint sent by MongoDocumentStore.query(). Either a hint for _id or _modified is sent. There should be a way to disable the hint entirely and let MongoDB decide.