Open
Description
Describe the bug
multiple multiselect keywords will not combine.
To Reproduce
Query: SELECT type_boolean, type_string FROM Custom_Object__c
Query: SELECT type_boolean, standard_true FROM Custom_Object__c
Expected behavior
I get all fields that are boolean or string
I get all fields that are boolean or standard
Actual behavior
I get only the fields that are the last multiselect keyword that was in the Query.