Blog Post
Claudius
5 years agoBoss
Nice API enhancements which will come in very handy to consolidate those a bunch of query chains. 🤓
Cannot find change related to this in the release notes, but wanted to share for awareness that after upgrading to 20.5 the following call didn't return any results any longer:
<#assign users = liql("SELECT id, login, view_href, kudos_received, avatar.profile, rank.name FROM users ORDER BY kudos_received.sum(weight) DESC LIMIT 6") />
I had to upgrade it to use liqladmin() for the users list to be returned.