Bugfix
With single-element input, the function does not return a list but the unchanged object.
Expected
The result of sort is always a list.
Test
- test.com.top_logic.model.search.expr.TestSearchExpression.testSort()