Feature #3040
Extend filter on subject field
Status: | Closed | Start date: | 2009-03-24 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues filter | |||
Target version: | - | |||
Resolution: | Fixed |
Description
Context:
In order to identify each task, we use an internal code as a prefix of each subject task. Whe we need to display a list of task that match a specific code we use the filter on the subject.
Problem:
The problem is that there is only type of filter is "contains" that will search the text pattern at any position of the string, so it can happend that a character combination inside the strign match the condition.
- Add a filter type "start with" (like Excel)
- Add a filter type based on regular expression
Related issues
History
#1
Updated by loic Le Gallou almost 14 years ago
link with #2942
#2
Updated by James H over 8 years ago
+1
Ran into this need today.
Need subject filter to be more flexible and powerful. Just contains is not enough and I need to be able to filter based on multiple subject values, i.e. [Subject1] AND [Subject2] AND [Subject3]
Having OR capability would also be ideal.
#3
Updated by Toshi MARUYAMA over 8 years ago
- Category set to Issues
#4
Updated by Go MAEDA over 3 years ago
- Related to Feature #31879: "starts with" and "ends with" filter operators for string values added