- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2017
06:10 PM
05-03-2017
06:10 PM
We can't find products matching the selection.
Hello,
I added a product in a freshly installed Magento 2.1.6 I've tried many ways to solve the problem making sure the product Visibility, Status, Qty, Manage stock, stock availability and categories also I flush the cache and reindex but is still not working
Please advise
Thanks
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2017
12:04 AM
05-04-2017
12:04 AM
Re: We can't find products matching the selection.
have you checked website?
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2017
07:53 AM
05-05-2017
07:53 AM
Re: We can't find products matching the selection.
Check if you have data in the following tables:
catalog_product_index_price
catalog_category_product_index
And
catalogsearch_fulltext_scope*store_id*
The last one is only if you are not using an external search service, for example in Magento EE you can use Solr or Elastic Search.
Otherwise make sure your MySQL user can create temporary tables but I think you would get another error if this wasn't the case.