mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 11:13:09 +02:00
A3t
- ::getFilterExpression expands /pattern/ to description ~ pattern
This commit is contained in:
parent
db0f147b72
commit
c1d02a7730
1 changed files with 1 additions and 2 deletions
|
@ -575,11 +575,10 @@ const std::string A3t::getFilterExpression () const
|
|||
}
|
||||
else if ((*i)->hasTag ("PATTERN"))
|
||||
{
|
||||
// TODO /pattern/ --> description ~ pattern
|
||||
if (filter != "")
|
||||
filter += ' ';
|
||||
|
||||
filter += "<pattern>";
|
||||
filter += "description ~ " + (*i)->attribute ("pattern");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue