This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$orderBy filter with dates when sorting against multiple fields #6676
Closed
Description
I'm wondering if it would make sense to make the $orderBy filter date aware. Currently to handle sorting by multiple fields you have to add '.valueOf()' for any date fields in order to get it to use any fields coming after the date.
http://jsfiddle.net/gdwatwork/JeJR3/
Thanks