Details
-
Question
-
Resolution: Done
-
Major - P3
-
None
-
2.4.8
-
None
-
None
Description
i have some data like this:
{
config:{
[id:'',count:1],
[id:'',count:2]
}
}
now i want sort by config.count,but it not sort the field what i query.
if a record has some counts,it will sort by the largest one or the smallest one,not what i query.