Basically I’m using the resource picker this way:
shopify.resourcePicker({
type: 'product',
multiple: true,
action: "select",
});
I noticed that you can filter the products by collection, tags, which is great, but I haven’t found any way to let users select all filtered products. Is there any way? I think the resource picker should an option for this.