Closed
Description
I would like to suggest a method to set the $needToAddWebsiteNamesToResult
property of \Magento\Catalog\Model\Resource\Product\Collection
. I could work around it trough a Plugin
and change the logic of the load()
method in that collection, but would be easier if we could just set that value.