Skip to content

Commit

Permalink
invoiced or bill date filter is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Feb 18, 2021
1 parent eb2407c commit 13262b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/search-string.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@
'document_number' => ['searchable' => true],
'order_number' => ['searchable' => true],
'status',
'issued_at' => ['date' => true],
'issued_at' => [
'key' => '/^(invoiced_at|billed_at)$/',
'date' => true,
],
'due_at' => ['date' => true],
'amount',
'currency_code' => [
Expand Down

0 comments on commit 13262b8

Please sign in to comment.