I want to Implement a cursor search in mongodb. My question is :
How it is possible to tell mongodb to do
select top 10 where first record id equals ObjectId("some_id") ordered by created_at desc
Suppose that some created_at fields are redundant.
Thanks for your answers