https://bugs.kde.org/show_bug.cgi?id=421943

--- Comment #5 from MarcP <iwannaber...@gmail.com> ---
Sorry again, I am trying to exclude a list of tags from a search, but I am not
sure If I understand correctly.

I want a search where two brothers must appear (Brother1, Brother2), but
without the presence of any of two people (Person1, Person2).

So, in my mind I want to do that:
(Brother1 AND Brother2) AND NOT(Person1 OR Person2).

To do that, I first create a search group where "Meet all the following
conditions" and I select the Brother1 and Brother2 tags.

Then I add a second search group, this time with "At least one of these
conditions is not met", and I select Person1 and Person2 from the tag list.

But this is not working. Maybe because selecting the two persons to exclude at
the same time is causing this (because the selected tags are considered a
single condition)?
(Brother1 AND Brother2) AND NOT((Person1 AND Person2)).


I guess the solution is to create a search group for every excluded person, so
it looks like:
(Brother1 AND Brother2) AND NOT(Person1) AND NOT(Person2)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to