mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Show excluded words in UI
This commit is contained in:
@@ -123,6 +123,11 @@ class OperatorQuerySearch implements SearchInterface
|
||||
return implode(' ', $this->words);
|
||||
}
|
||||
|
||||
public function getExcludedWordsAsString(): string
|
||||
{
|
||||
return implode(' ', $this->prohibitedWords);
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws FireflyException
|
||||
*/
|
||||
|
Reference in New Issue
Block a user