cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to order document by type

Karoui_Anwar
Champ in-the-making
Champ in-the-making

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);

1 ACCEPTED ANSWER

pibou_Bouvret
Elite Collaborator
Elite Collaborator

Order by ecm:primaryType should work

View answer in original post

2 REPLIES 2

pibou_Bouvret
Elite Collaborator
Elite Collaborator

Order by ecm:primaryType should work

Thank you, it works!