From af2f8558901e4b9b73f104ec3314fc11fdb1befb Mon Sep 17 00:00:00 2001 From: Biarity Date: Sat, 27 Jan 2018 22:21:13 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bea58d..2a8ab00 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ More formally: * `sorts` is a comma-delimited ordered list of property names to sort by. Adding a `-` before the name switches to sorting descendingly. * `filters` is a comma-delimited list of `{Name}{Operator}{Value}` where * `{Name}` is the name of a property with the Sieve attribute or the name of a custom filter method for TEntity - * `{Operator}` is one of the [Operators](#operators) (not used when using a custom method) - * `{Value}` is the value to use for filtering (not used when using a custom method) + * `{Operator}` is one of the [Operators](#operators) (has to be preceeded by a space when using custom filter methods) + * `{Value}` is the value to use for filtering * `page` is the number of page to return * `pageSize` is the number of items returned per page