Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
-
0.25
-
3
Description
Reproduction steps:
1) Create at least 3 basic web contents with a title for example as 'content 1', 'content 2', 'content 3'.
2) Sort the web contents by 'Modified Date', descending order and observe the search results are displayed from the closest modified date to the furthest (3, 2, 1)
3) Search for the term 'content'
4) Sort the web contents by 'Modified Date', descending order and observe the search results
Actual behavior:
Search results are displayed from the furthest modified date to the closest (the exact opposite which we had before, with no filtering at step 2).
Expectation:
Order should be the same in both cases.