Expected Behavior
When making this call:
slcli call-api Account getVirtualGuests -f 'virtualGuests.domain=example.com,example2.com'
This should return a list of virtual guests that have either example.com or example2.com as a domain
Actual Behavior
It returns a list of virtual guests that has "example.com,example2.com" as a domain.
Obviously, if you want to filter for something with commas in it, this will be an issue. However, I don't think that case happens often enough to worry about it.
Expected Behavior
When making this call:
This should return a list of virtual guests that have either example.com or example2.com as a domain
Actual Behavior
It returns a list of virtual guests that has "example.com,example2.com" as a domain.
Obviously, if you want to filter for something with commas in it, this will be an issue. However, I don't think that case happens often enough to worry about it.