We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99af38 commit e29c5ddCopy full SHA for e29c5dd
app/code/Magento/Backend/Model/Search/Customer.php
@@ -89,7 +89,7 @@ public function load()
89
90
$this->searchCriteriaBuilder->setCurrentPage($this->getStart());
91
$this->searchCriteriaBuilder->setPageSize($this->getLimit());
92
- $searchFields = ['firstname', 'lastname', 'company'];
+ $searchFields = ['firstname', 'lastname', 'billing_company'];
93
$filters = [];
94
foreach ($searchFields as $field) {
95
$filters[] = $this->filterBuilder
0 commit comments