Currently sorting is only available on one attribute. I was looking to add sorting by multiple attributes.
I was planning on doing it using CSV, similar to includes and filters.
i.e. sort=-attr_one,+attr_two,-attr_three
Is this something you'll be cool with if I get it working and make a PR?
Currently sorting is only available on one attribute. I was looking to add sorting by multiple attributes.
I was planning on doing it using CSV, similar to includes and filters.
i.e.
sort=-attr_one,+attr_two,-attr_threeIs this something you'll be cool with if I get it working and make a PR?