Hello,
I encountered issues on the product still searchable on frontend even if disabled.
Version:
Magento 2.4.2
php7.4
I also performed the following but it doesn't work
1. bin/magento cache:flush
3. bin/magento cache:clean
2. bin/magento indexer:reindex
Thanks for your help in advance.
Hey lynfordlag6228,
I've seen this before with disabled products showing up in search. Have you tried running bin/magento catalogroduct:update after clearing cache and reindexing? That should force the product data to update on the frontend.