mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-21 21:12:50 +01:00
Added example of querying before pagination (closes #34)
This commit is contained in:
parent
f9c7fb4cb0
commit
f74eb2f7df
@ -143,6 +143,7 @@ More formally:
|
||||
Notes:
|
||||
* Don't forget to **remove commas (`,`), brackets (`(`, `)`), and pipes (`|`) from any `{Value}` fields**
|
||||
* You can have spaces anywhere except *within* `{Name}` or `{Operator}` fields
|
||||
* If you need to look at the data before applying pagination (eg. get total count), use the optional paramters on `Apply` to defer pagination (an [example](https://github.com/Biarity/Sieve/issues/34))
|
||||
* Here's a [good example on how to work with enumerables](https://github.com/Biarity/Sieve/issues/2)
|
||||
* Another example on [how to do OR logic](https://github.com/Biarity/Sieve/issues/8)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user