IQueryable complex order Only fields are allowed in a $sort – Asp.net
I want to sort a list. When it was IEnumerable it was working fine, but I changed it to IQueryable to query MongoDB, it does not work. Giving me this error System.NotSupportedException: 'Only fields are allowed in a $sort.' //Query…