Log in
Model

Search

Magento\Search\Model\Search

What it does

This class serves as a Web API-compatible wrapper for Magento's core search functionality.

It extends the framework's base Search class and implements the SearchInterface, enabling search operations to be exposed through REST/SOAP APIs.

Developers use this when they need to perform search queries via Magento's API layer rather than direct framework calls.