-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: Documents & Media
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Document Library Search results are not correctly ordered when selecting one of the following columns as order criteria:
- Size
- Title
Case 1: Size
Steps to reproduce:
- Create 3 new documents: "doc 1", "doc 2" and "doc 3". Attach to each of them files of different sizes. For example: 6k, 4k, 1,3MB.
- Order documents by size (desc or asc).
Expected result: documents are ordered by size (for example, desc):
- doc 3
- doc 1
- doc 2
Current result: documents are ordered as follows (desc):
- doc 1
- doc 2
- doc 3
Case 2. Title:
Steps to reproduce:
- Create 3 new documents: "docu 1", "docu 2" and "docu 3".
- Order documents by title (desc or asc).
Expected result: documents are ordered by size (for example, desc):
- docu 1
- docu 2
- docu 3
Asc:
- docu 3
- docu 2
- docu 1
Current result: order of documents does not change (nor asc neither desc).