Skip to content

[Feature Request]: booleans to search #1142

@RustyNova016

Description

@RustyNova016

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

Description

Sometimes when writing complex searches, I need to temporarily remove part of the query. This can be done by cutting the text and paste it later but it's easy to overwrites the clipboard

Solution

By adding booleans you can easily deactivate part of a query. For exemple, I want to remove the peach filter:
mario and luigi and (not peach)

Instead of manually removing and (not peach), you could just:
mario and luigi and (not peach or true)

Alternatives

Alternatively a recent query history could be used, but having an actual Boolean can be easier to deal with.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions