Skip to content

Commit

Permalink
removed name as a searchable filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean committed Jan 1, 2024
1 parent 5566a52 commit 2d21327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class Order extends DataObject

private static $searchable_fields = [
'Reference',
'Name',
// 'Name',
'Email',
'Status' => [
'filter' => 'ExactMatchFilter',
Expand Down

0 comments on commit 2d21327

Please sign in to comment.