mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-07 05:14:52 +00:00
First negative search query
This commit is contained in:
@@ -571,6 +571,15 @@ interface GroupCollectorInterface
|
||||
*/
|
||||
public function setCategories(Collection $categories): GroupCollectorInterface;
|
||||
|
||||
/**
|
||||
* Limit the search not to have a specific bunch of categories.
|
||||
*
|
||||
* @param Collection $categories
|
||||
*
|
||||
* @return GroupCollectorInterface
|
||||
*/
|
||||
public function setNotCategories(Collection $categories): GroupCollectorInterface;
|
||||
|
||||
/**
|
||||
* Limit the search to a specific category.
|
||||
*
|
||||
|
Reference in New Issue
Block a user