Skip to content

Product grid filter behaviour

In magento 2.4.7-p4 on a website with a single store view, I have noticed a strange behaviour when filtering products in admin product grid.

When I apply a simple “enabled” filter on status I get the following result:

Store view: “All Store Views”: 9741 records found.
Store view: “Default Store Views”: 9571 records found.

even after I clean status attribute, maintaining only records on store_id 0 and putting records on store_id 1 to null, then I reindex, I’m getting the same result.

So I was wondering where product grid is getting data from.

Thank you for your kind answer.