my script parameter has values like this: 101,102,103 and i thought i could pass the folders_id in my search query like this: ["internalid", "anyof", folder_ids] - would i need to split these values into an array then pass to my query since it doesn't work the way i have done it