I am trying to sort capped collection in descending order.
what I have tried:
it gives:
Query failed with error code 2 and error message cannot use tailable option with a sort other than {$natural: 1}'
but when I use this query in robo3t:
it works fine !
any help ?