-
-
Notifications
You must be signed in to change notification settings - Fork 419
Open
Labels
Type: EnhancementNew feature or requestNew feature or request
Description
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
Labels
Type: EnhancementNew feature or requestNew feature or request