I have task titles like “TE SomeText” and “TE SomeOtherText” and “XY SomeMoreText”.
Now is there a way to filter for open tasks beginning with "TE " without matching “XY SomeMoreText” as well?
1 Like
I also woule be happy to have such a more specific search engine, possibly even for Regular Expressions or so. But I don’t know any possibility.
Of course, there is a way to achieve this. Simply use
status:open title:"TE "
as filter term. OK, it ignores the “beginning with”.
Perfect, thank you - I did not think to use the title: tag.
1 Like