GothenburgBitFactory / GothenburgBitFactory/taskwarrior
tag: (or tags:) filter does not work as expected, matches initial substring of joined tag list?
Open
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
Virtual tags should have parity with real tags when searched using `tags:` filter (or eg `tags.word:` which I'm using to test string for tags membership). No reason virtual tags should need a special syntax `+FOO` when ordinary tag can be searched using `tags:foo`.
Ie, following should work:
```
task tags:PENDING
```
Otherwise, it requires a special case in wrappers to handle creating filter for virtual tags differently.
Contributor guide
Assessment
This issue has not been assessed yet.