Order
Magento\Backend\Model\Search\Order
What it does
This class implements the search functionality for orders in the Magento 2 admin panel.
When an administrator uses the global admin search bar, this class searches through order data (order numbers, customer names, addresses, phone numbers, and postal codes) and returns matching results with links to the order detail pages.
It's part of the admin search system that helps administrators quickly find orders.
Public Methods
- load()