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