The current #tag parser looks for " " and # to find the end of a tag, limiting how tags can be used in text.
e.g.
#Foo's bar should have #Foo as the tag, currently it is #Foo's#Foo: "Bar" should have #Foo as the tag, currently it is #Foo:
This is creating a list of tag mutations that makes using tags as filters a challenge as you only get partial results back by selecting the main topic or you need to select multiple tags for the same topic
Ideally there would be a way to mark the end of the tag so that the user can specify what part of the string should be used as the tag
The current #tag parser looks for
" "
and#
to find the end of a tag, limiting how tags can be used in text. e.g.#Foo's bar
should have#Foo
as the tag, currently it is#Foo's
#Foo: "Bar"
should have#Foo
as the tag, currently it is#Foo:
This is creating a list of tag mutations that makes using tags as filters a challenge as you only get partial results back by selecting the main topic or you need to select multiple tags for the same topic
Ideally there would be a way to mark the end of the tag so that the user can specify what part of the string should be used as the tag