mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add limit to bills. #3150
This commit is contained in:
@@ -235,7 +235,7 @@ class Search implements SearchInterface
|
||||
}
|
||||
break;
|
||||
case 'bill':
|
||||
$result = $this->billRepository->searchBill($modifier['value']);
|
||||
$result = $this->billRepository->searchBill($modifier['value'], 25);
|
||||
if ($result->count() > 0) {
|
||||
$collector->setBills($result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user