From 064ed34d52be180bb5c5c47a26d0206ed7a396ab Mon Sep 17 00:00:00 2001 From: Ivan Shm Date: Fri, 9 Jan 2026 15:53:23 +0200 Subject: [PATCH] magento/magento2#33453: The quantity_and_stock_status attribute is not filtered. - The attribute was in the excluded attributes list ($defaultExcludedAttributes) in the ProductDataMapper class, which is responsible for indexing data in Elasticsearch/OpenSearch --- .../Model/Adapter/BatchDataMapper/ProductDataMapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php b/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php index ed64b455f949d..686131afcca1e 100644 --- a/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php +++ b/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php @@ -68,7 +68,6 @@ class ProductDataMapper implements BatchDataMapperInterface 'price', 'media_gallery', 'tier_price', - 'quantity_and_stock_status', 'media_gallery', 'giftcard_amounts', ];