Hi @all,
I got stuck building a filter by
- Field “prio” with value “3”
- AND field “parent-task” containing the current tiddler title. But my difficulty is
** that there are sometimes more than 1 tiddler-titles (can be 2 or 3 or even more)
** that they are written as links (inside of [[]])
** and sometimes they have very similar titles, like “K01: text text” and “K01: text text 1”. (Now I already put at the end always a dot for a working filter- but also without success). - BUT WITHOUT the tag “Nein”.
I tried it with contains, with search, with regexp- all without success. At the moment I have
<$list filter="[prio[3]search:parent-task:literal,casesensitive{!!title} -[tag[Nein]]">
And I also tried <$list filter="[prio[3]] +[search:parent-task:literal,casesensitive{!!title} -[tag[Nein]]">
.
How to build such filter?
Thank you all!