Skip to content

[BUG] multiple multiselect keywords will not combine as an OR condition. #1005

Open
@benkean

Description

@benkean

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working, looks like a bugin-progressIssue is currently in the resolution progress

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions