Show excluded words in UI

This commit is contained in:
Sobuno
2025-01-03 00:08:11 +01:00
parent 0c955efa8b
commit 058a0f9fb2
5 changed files with 16 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ interface SearchInterface
public function getOperators(): Collection;
public function getWordsAsString(): string;
public function getExcludedWordsAsString(): string;
public function hasModifiers(): bool;