Kris Wood
01/03/2020, 6:49 PMif (filters.length > 0) searchObj.filters.push(filters);
I get an error SSS_INVALID_ARRAY_ARGUMENT
. Is there an easy way to add an array of filters to a loaded search or am I going to have to iterate through the array and do a search.createFilter for each element?Eric B
01/03/2020, 7:10 PMKris Wood
01/03/2020, 7:11 PMKris Wood
01/03/2020, 7:11 PMEric B
01/03/2020, 7:12 PMKris Wood
01/03/2020, 7:15 PMKris Wood
01/03/2020, 7:35 PMKris Wood
01/03/2020, 7:36 PMKris Wood
01/03/2020, 7:46 PMKris Wood
01/03/2020, 7:49 PMWrong parameter type: filters[3] is expected as Filter.
Kris Wood
01/03/2020, 7:50 PMEric B
01/06/2020, 6:53 PM