View Single Post
Old 10-13-2016, 05:38 AM   #12
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,495
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Tanjamuse View Post
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', ''),
chaley is offline   Reply With Quote