Hi Mat, Yes it does make sense. The basic filter build block looks like this.
[operator:suffix[<operand>]] eg: [field:author[pmario]] In this case the suffix is the field name author. Core internally there is the possibility, that operators can have more "suffixes", that are separated by "colons" like: [operator:suffix-0:suffix-1:suffix-2[<operand>]] ... which is only used for the "search operator <https://tiddlywiki.com/prerelease/#search%20Operator>" atm. So you are right, there IS a suffix-list, BUT it is different to the flag-list In case of the match operator "suffix-0" is a <flag-list> .. because the js code treats the first suffix as a flag-list. Those flags are separated by "commas" So 1 suffix can contain a "flag-list". A "basic form" for search could be written like: [search:suffix-0:suffix-1[operand]] or more precise like: [search:<field list>:<flag list>[<operand>]] hope that helps mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/a77e9370-0f18-44be-9d2f-301a35576be1%40googlegroups.com.
