Skip to content

Search for field not containing multiple possible strings #6271

@awa5114

Description

@awa5114

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

No one assigned

    Labels

    component: searchstatus: staleIssues marked by a bot as "stale". All issues need to be investigated manually.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions