PerBonomi
7 years agoBoss
Liql oddity
Came across this weird behavior. Wondering what your thoughts are. Running this query: select author from messages I get everything that belongs to the author: "author" : {
"type" ...
See the sections for which fields, functions, constraints, sorts, and HTTP calls in this collection supports for messages in the SELECT statement of a LiQL query.
Yep, since kudos.sum(weight) is a function, it adds that to the response when the function is added as a constraint. It's a bit strange, but I believe that's the way it's intended to work.
-Doug