Replies: 2 comments
-
At this stage, I would deem this a discussion, not an issue. What do you think @claremacrae / @sytone ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I think it's a discussion, to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the support for a tag with sub tags used as global filter?
If the global filter has a sub tag do we remove the entire tag?
( #context/home -> /context) vs (#context/home -> )
This code seems to handle the global filter differently from the rest of the Tasks plugin.
Here's the testing I did:
#context
My first few results look now like this:
Reminder: the above search is:
Things to note:
#context
from the display text. The rest of the tag (e.g./enfield
) is still displayed.#content/....
should have matched the search.Some more thoughts on this:
task.tags()
should just exclude the global filter, which would make the searching simpler. This would need discussion, as I don't know the current code well enough to know how that could be implemented. But it would certainly make the search and filtering code easier, as the only place that would know about the global tag filter would be the parsing code.Originally posted by @claremacrae in #636 (comment)
Beta Was this translation helpful? Give feedback.
All reactions