After upgrading from 2.0.7 to 2.1.1, I am getting this message in product list page (category). After debugging I found out the join query had wrong website id for inventory. But then still it didn't list the products, there was something else maybe related to tmp search table.
I'll be very thankful if you can help me solve it. My live store is destroyed.
Try to execute php bin/magento indexer:reindex on the project root directory.
Hi @rbncha
Did reindexing solved your problem?
reindexing solved the same issue on my category page. Thanks!
@shiftedreality no reindexing didn't solve it.
Hi @rbncha
Please try to reproduce this issue on 2.1.2 after cleaning caches and reindexing.
Hi @rbncha , closed as we don't receive update more than 2 week, feel free to write here/reopen or to open new issue
any reason why reindexing should be done manually and after each new added entry ?
Try the following things:
1st reason:- Please check the following for your products
a) Product is out of stock
b) Product status is Disabled
c) Product visibility does not include Catalog
d) Product is not assigned to that particular website
2nd Reason:- Indexing Issue
Go to your root directory via terminal and run ===>> php bin/magento indexer:reindex
3rd Reason:- Maybe one of the product is stuck via indexing
Go to the database and search for "indexer_state" table. Manually set status = "working" to "valid"/"invalid"
or run ===>> update magento.indexer_state set status='invalid' where status ='working'
Thanks :)
Try the following things:
1st reason:- Please check the following for your products
a) Product is out of stock
b) Product status is Disabled
c) Product visibility does not include Catalog
d) Product is not assigned to that particular website2nd Reason:- Indexing Issue
Go to your root directory via terminal and run ===>> php bin/magento indexer:reindex3rd Reason:- Maybe one of the product is stuck via indexing
Go to the database and search for "indexer_state" table. Manually set status = "working" to "valid"/"invalid"or run ===>> update magento.indexer_state set status='invalid' where status ='working'
Thanks :)
I followed 1st reason and made changes, i jumped to 2nd Reason and done re-indexing Its work for me now. Anurag KUDOS!
my magento 2.1.7 version is We can't find products matching the selection. How can i solve the issues