Log in
Model

ProductSearchResults

Magento\Catalog\Model\ProductSearchResults

What it does

This class serves as a Data Transfer Object (DTO) that holds product search results returned from Magento's product repository search operations.

Developers use this class when implementing or consuming product search APIs to retrieve paginated lists of products along with metadata like total count and search criteria.

It extends SearchResults to provide standardized result handling for product searches.