- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024
05:30 PM
06-19-2024
05:30 PM
Products still present and searchable on frontend even if disabled on the Backend with Magento 2.4.2
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.
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024
03:17 AM
06-20-2024
03:17 AM
Re: Products still present and searchable on frontend even if disabled on the Backend with Magento 2
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.