Searching with multiple NOTs does not work as expected

martin.polley says:
When I do this search:
list:Computer and status:incomplete and (NOT tag:nb_api NOT tag:wwp_stuff NOT tag:nice_to_have)
it only seems to take any notice of the first NOT. The search results still include stuff tagged wwp_stuff and nice_to_have...
Is this something that I am doing wrong?
TIA,
Martin Polley
list:Computer and status:incomplete and (NOT tag:nb_api NOT tag:wwp_stuff NOT tag:nice_to_have)
it only seems to take any notice of the first NOT. The search results still include stuff tagged wwp_stuff and nice_to_have...
Is this something that I am doing wrong?
TIA,
Martin Polley

(closed account) says:
Try:
(NOT tag:nb_api) AND (NOT tag:wwp_stuff) AND (NOT tag:nice_to_have)
(NOT tag:nb_api) AND (NOT tag:wwp_stuff) AND (NOT tag:nice_to_have)

martin.polley says:
Perfect! Thanks very much.
Martin
Martin

(closed account) says:
I believe that:
NOT (tag:nb_api OR tag:wwp_stuff OR tag:nice_to_have)
would also work.
NOT (tag:nb_api OR tag:wwp_stuff OR tag:nice_to_have)
would also work.