We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836bd30 + 192545d commit 13f4416Copy full SHA for 13f4416
server/StrDss.Data/Repositories/RentalListingRepository.cs
@@ -80,7 +80,7 @@ var extraSort
80
}
81
else if (orderBy == "nightsBookedYtdQty")
82
{
83
- orderBy = "nightsBookedYtdQty == null, nightsBookedYtdQty";
+ orderBy = "nightsBookedYtdQty";
84
85
86
var listings = await Page<DssRentalListingVw, RentalListingViewDto>(query, pageSize, pageNumber, orderBy, direction, extraSort);
0 commit comments