GothenburgBitFactory / GothenburgBitFactory/taskwarrior

tag: (or tags:) filter does not work as expected, matches initial substring of joined tag list?

Open
#2,908 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.