Description
Sort by price is not working with custom options as expected in Magento 2.3.0 product listing page. Because results are showing based on the product price + lowest customizable option price like product B 130$, product C 140$, and product A 150$ and prices are showing like product B 110$, product C 120$, and product A 100$
Preconditions
Magento 2.3.0 & 2.3-develop
PHP 7.2
Steps to reproduce
Freshly install Magento.
Create 3 products with a custom option. like A product price 100$ customizable option price starts with 50, B product price 110$ customizable option price starts with 20 and C product price 120$ customizable option price starts with 20.
Expected Result
We are expecting sort by price is product A, product B, and product C.(don't need to calculate the customizable option price)
Or
We are expecting the price displays with the lowest customizable option.
Actual result
Its showings like product B, product C, and product A.