Skip to content

WhereBulkContains method supports checking Ids for multiple fields #635

@pvarets00101

Description

@pvarets00101

It's throwing an error now "Oops! only 1 key name is currently supported."
Code:

var ids = new List<string> {"id1", "Id2"};
entities.WhereBulkContains(ids, new List<string> {"Field1", "Field2"});

Is support for such functionality being considered?

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions