Magento – We can’t find products matching the selection in magento 2.3

category-listingelasticsearchmagento2magento2.3php-7.2

On every listing page, I'm getting We can't find products matching the selection. I followed this also but dint helped We can't find products matching the selection. I'm attaching a screenshot for your reference

enter image description here

I tried changing the elasticsearch version also but that also doesn't work. Currently, I'm using elasticsearch 6.8.x. Please help.

Note: Every category has almost 1000s of products and all of them are enabled. I have done all settings from the backend that needs to be done to show products on the frontend.

Best Answer

I had this issue and it was resolved by renaming the Elastic Search Index. I know this one is kind of old but it might help someone.

Related Topic