We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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...