Feature #3395 ยป 3395_add_operators_to_date.diff
app/models/query.rb (working copy) | ||
---|---|---|
110 | 110 |
:list_status => [ "o", "=", "!", "c", "*" ], |
111 | 111 |
:list_optional => [ "=", "!", "!*", "*" ], |
112 | 112 |
:list_subprojects => [ "*", "!*", "=" ], |
113 |
:date => [ "<t+", ">t+", "t+", "t", "w", ">t-", "<t-", "t-" ], |
|
113 |
:date => [ "<t+", ">t+", "t+", "t", "w", ">t-", "<t-", "t-", "!*", "*" ],
|
|
114 | 114 |
:date_past => [ ">t-", "<t-", "t-", "t", "w" ], |
115 | 115 |
:string => [ "=", "~", "!", "!~" ], |
116 | 116 |
:text => [ "~", "!~" ], |