Hello. We are experiencing that setting a default sort option on a query has no effect. I've tried to debug the source code and here are my findings:
In the case below we have 1 default sort order present in defaultValues, but the value false are always being passed as the third parameter in the method returning the sort info.
As I see it this results in defaultValues never being returned in the case of an empty result:
We can explicitly set the sort order up on each product catalogue app, but we need to be able to control the sort order for a certain query globally.
BR Vincent