Forum Discussion
VarunGrazitti
9 years agoBoss
realtordotcom - Try sorting ASC and see if you get same issue there as well.
- realtordotcom9 years agoContributor
Since there are so many posts without reply am not able to find if it is properly working in ascending order or not.
But according to my requirement i need to show most replied post in DESC order, where LIQL query not giving response count in proper order.
Some where in the middle replies count mismatch order returning from below LIQLquery.
select * from messages where depth = 0 ORDER BY replies.count(*) DESC