Some Properties might contain multiple values. For example system:query_param contains two values for this url:

http://www.foo.bar/node?param=17&param=23

system:query_param = param=17
system:query_param = param=23

A Theme Switching Rule like system:query_param < param=20 currently evaluates to TRUE because param=17 is lower than param=20. But it should evaluate to FALSE because not all query params are lower.

Comments

mkalkbrenner’s picture

Status: Needs review » Fixed
StatusFileSize
new3.69 KB

first patch missed some cases. new one also simplifies the code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.