PAULEM
7 years agoAdvisor
Field 'title' does not exist for object 'boards' as a sort constraint
I have tried to get an ordered list of our knowledge base boards with "SELECT id, title FROM boards WHERE root_category.id='knowledgebase' order by title", but I receive the error in the subject line...
- 7 years ago
PAULEM - This is something which is currently not supported in LIQL.
Here is the documentation https://lithosphere.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv2&collection=boardsHowever, this still can be achieved using freemarker sort_by method. This thread might be useful.
Sort by documentation below.
https://freemarker.apache.org/docs/ref_builtins_sequence.html#ref_builtin_sort_by