02-14-2019 11:45 AM
I want to sort my documents by type. For example: folder 1,folder 2,folder 3,....,folder n,document 1,document 2,document 3,......document n
I have a query like this :
this.nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:parentId= ?", pageSize,currentPage,"0",sortBy,sortOrder,parentId);
02-14-2019 12:46 PM
Order by ecm:primaryType should work
02-14-2019 12:46 PM
Order by ecm:primaryType should work
02-15-2019 04:03 AM
Thank you, it works!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.