Age | Commit message (Collapse) | Author |
|
Bug Fixed: when searching like `column:"test column" column:"test other column"` the regex was matching all the text from the first quote to the last one ignoring the ones between
Now it matches the first quote with next.
Without the change the search doesn't work with 2 or more arguments using quotes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://s10.postimg.org/gkcsee03d/screenshot_128.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For templating reasons, when adding new fields to the first column they should be between tag selection and the checkbox.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modified the function createTaskFilter to use the TaskStartDateFilter
|
|
|