We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request
It would be nice to have a way to apply either a AND or a OR between filters when doing a search. This would allow for more complex searches.
It is already possible to do complex filtering when using the API. It should be possible to implement this feature in the GUI.
Currently, when applying two filters in a search, a AND is applied and there is no way to change this behaviour.
Looking for ticket number 42000 returns a result :
Looking for ticket number 43000 also returns a result :
Applying two filters looking for ticket number 42000 then 43000 returns no result, meaning AND is applied between the two filters :
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Request Type
Feature Request
Feature Description
It would be nice to have a way to apply either a AND or a OR between filters when doing a search. This would allow for more complex searches.
Possible Solutions
It is already possible to do complex filtering when using the API. It should be possible to implement this feature in the GUI.
Complementary information
Currently, when applying two filters in a search, a AND is applied and there is no way to change this behaviour.
Looking for ticket number 42000 returns a result :
Looking for ticket number 43000 also returns a result :
Applying two filters looking for ticket number 42000 then 43000 returns no result, meaning AND is applied between the two filters :
The text was updated successfully, but these errors were encountered: