Skip to content

Filter<T>.Term vs Filter<T>.Terms parameter types #1612

Closed
@niemyjski

Description

@niemyjski

The api is inconsistent in between Term and Terms.

For example I can do this

Filter<T>.Term("age", 21);

but not

Filter<T>.Terms("age", new int[] { 21, 22 });

Please note that this is an example of the inconsistencies...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions