Hello Experts,We are in process to upgrade our site from 6.2 to 6.3.
While testing search feature on 6.3 we have noticed that resultset
sorting stopped working. Though the same code/query is working on 6.2.We
are using Predicate query builder to create our query.private static
List getSortOrderPredicateGroup(final List
sortCriterias) { final List sortPredicates = new
ArrayList(); int count = 0; for (final SortCriteria
sortCriteria : sortCriterias) { count++; final Predicate sortPredicate =
new P...