Log in
Model

Customer

Magento\Backend\Model\Search\Customer

What it does

This class handles customer search functionality in the Magento 2 admin panel's global search feature.

When an admin user types a search query in the backend, this model searches for customers by firstname, lastname, or billing company name and returns formatted results with customer details and edit URLs.

Developers would use this class to understand or extend the admin search capabilities for customer records.

Public Methods

  • load()