You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "Default product sorting" settings is set to "Popularity". The shop page doesn't return the popular products. The problem is that the order in a query is set to asc
Describe the bug
When "Default product sorting" settings is set to "Popularity". The shop page doesn't return the popular products. The problem is that the
order
in a query is set toasc
This issue caused by this change in this snippet https://github.com/10up/ElasticPress/blob/develop/includes/classes/Feature/WooCommerce/Products.php#L919 compare to what 4.6.0 has https://github.com/10up/ElasticPress/blob/4.6.0/includes/classes/Feature/WooCommerce/WooCommerce.php#L516
Steps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress and ElasticPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: