mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -130,7 +130,7 @@ 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) (has to be preceeded by a space when using custom filter methods)
 | 
			
		||||
    * `{Operator}` is one of the [Operators](#operators)
 | 
			
		||||
    * `{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 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user