What you see now is a list of actual values. Where value1, value2
is the value in this case. Instead of the property having 2 values. Namely value1
and value2
.
It would be 2 values if the config option to consider comma separation as separate pages is on for this property.
It would then be stored as a set. #{"value1" "value2"}
In theory those can then be separated out. Unfortunately this is not something I know how to do.
1 Like