@benorosz ,Just to debug the issue further, try hard coding the "desc" value while setting the "oderby.sort" .set( "orderby.sort", "desc" ); This provides the clarity on whether the query being built using the component code is correct or not. If the query is building as expected using the hardcoded...