Actions
Feature #2942
openMore criteria for filtering tickets 'text' fields
Start date:
2009-03-10
Due date:
% Done:
0%
Estimated time:
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
Updated by Jm Delehaye over 15 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' ?
Updated by sebastián scarano over 15 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...
Updated by Jm Delehaye about 15 years ago
Browsing sources, I found a workaround : Countains '_'
In SQL, it becomes :
... LIKE %_%...
which means "contains something".
Actions