Feature #2942
More criteria for filtering tickets 'text' fields
Status: | New | Start date: | 2009-03-10 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
When filtering tickets 'text' fields, I mean builtin 'text' fields like 'title' AND also 'text' custom fields, you can choose between :
- 'is'
- 'contains'
- 'is not'
- 'doesn't contain'
- 'regex'(this one should be very very useful)
- 'is empty'
- 'is not empty'
Related issues
History
#1
Updated by Jm Delehaye almost 14 years ago
- Assignee set to Jean-Philippe Lang
Is there a workaround to filter a text field with a criteria 'is empty' or 'is not empty' ?
#2
Updated by sebastián scarano over 13 years ago
"is not" and "does not contain" could be better solved with a general "not" operator, that could added to every operator no matter the data type...
#3
Updated by Jm Delehaye over 13 years ago
Browsing sources, I found a workaround : Countains '_'
In SQL, it becomes :
... LIKE %_%...
which means "contains something".
#4
Updated by Dipan Mehta almost 10 years ago
+1. This is very useful.