Reversing the sort order with -1, doesn't seem to work.
The selector section on the documentation is hard to understand. What can it do?
As far as I can tell, the index is not a reactive collection, is it? Because I am increasing the upVotes values based on click events, and the sorting doesn't change.
I want to know if I can pass multiple parameter to sort the index like that:
Reversing the sort order with
-1
, doesn't seem to work. The selector section on the documentation is hard to understand. What can it do?As far as I can tell, the index is not a reactive collection, is it? Because I am increasing the upVotes values based on click events, and the sorting doesn't change.