-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
component: searchstatus: staleIssues marked by a bot as "stale". All issues need to be investigated manually.Issues marked by a bot as "stale". All issues need to be investigated manually.
Description
In the absence of group subtraction possibilities, I must resort to search queries like this:
groups contains "ContainsFunction" and not (groups contains "Earthquake")
Is it possible to have additional strings in the not clause? I tried the following without success:
groups contains "ContainsFunction" and not (groups contains "Earthquake", "Flood")
groups contains "ContainsFunction" and not (groups contains "Earthquake") and not (groups contains "Floods")
How can I get the intended result? Thanks.
Metadata
Metadata
Assignees
Labels
component: searchstatus: staleIssues marked by a bot as "stale". All issues need to be investigated manually.Issues marked by a bot as "stale". All issues need to be investigated manually.