Sorting by price should consider the special price in LINQ search (including special price date)
Closed this issue · 0 comments
mgesing commented
- Must correspond exactly to the semantics of the
OfferPriceCalculator
(including the two date values), otherwise the sorting will not be correct. - Requires new database indexes, otherwise performance problems are to be expected with a large number of products.
See pull request.