Feature #31879
closed
"starts with" and "ends with" filter operators for string values
Added by Go MAEDA over 5 years ago.
Updated about 5 years ago.
Description
I propose adding "start with" and "end with" operators.
Currently, issues filter supports "contains", "doesn't contain", "none", and "any" operators for string values but does not support "start with" and "end with".
These two operators should increase the flexibility of issues filter. For example, you can extract issues which have some prefix or suffix in the subject.
Files
- Target version set to Candidate for next major release
Yuichi HARADA wrote:
I added "starts with" and "ends with" filter operators. These filter operator symbols mimics the CSS selectors.
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#Syntax
- starts with : ^=
- ends with : $=
I attached a patch.
Why not just ^
/$
which are used in regex syntax or Lucene syntax? Using CSS selector syntax for text searching is not common.
Marius BALTEANU wrote:
Why not just ^
/$
which are used in regex syntax or Lucene syntax? Using CSS selector syntax for text searching is not common.
Nice idea. I have updated the patch.
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 4.1.0
- Resolution set to Fixed
Committed the patch. Thank you for improving Redmine.
I added "starts with" and "ends with" filter operators to File filter, but didn't create an implementation.
I created a patch.
- Status changed from Closed to Reopened
- Status changed from Reopened to Closed
Yuichi HARADA wrote:
I added "starts with" and "ends with" filter operators to File filter, but didn't create an implementation.
Committed the fix in r18570. Thank you.
Also available in: Atom
PDF