I have Elasticsearch 7.6 installed and configured. When I search, I see results in the dropdown, but when I press enter/return, I only get category results, and no products.
I've run reindex multiple times, and it runs successfully, but the issue doesn't go away.
I've cleared Varnish cache, and restarted Redis, as well as clearing/flushing all Magento caches multiple times, but I'm left with the same issue.
Any ideas?
Thanks
Hi,
I had the same issue. I fixed it. Please check below steps.
Go to your Magento admin
Stores->Configuration->Catalog->Catalog Search->Test Connection
If showing you "Successful! Test again?"
Then it will be work.
If failed, then check your Elasticsearch info.
Thanks
It was connected. The issue turned out to be that when we switched to Magento 2.4, we had to remove price from what the plugin was indexing. Once we did that, it started working again