Quote:
Originally Posted by Tanjamuse
I have discovered the problem.
In my reading list I have 3 definitions: Uncertain,Interesting,Uninteresting.
The icon rule also selects those stories on the Uninteresting list.
|
"Contains" uses regex patterns, so use an anchored pattern
Code:
contains(field('#readinglist'), '^interesting$', 'y', ''),