-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I did a reviver for convert value to Array, like mentionned in documentation :
//Split all the string values by a comma
if (typeof value === "string"){
var values = value.split (",");
return values.length === 1 ? value : values;
}
But if i refer to a properties that is an array as a variable, i got an error :
[Error: The property "solr.import.collections" does not exist]
Properties look like :
a=string1,string2
b=${a}
Metadata
Metadata
Assignees
Labels
No labels