Added Example for is Null

Trailing , in the filter caught me off guard, i figured i'd be nice to have an example of using the "is null" filter…
This commit is contained in:
Lukas Grebe 2016-05-18 23:40:40 +02:00
commit 50206ddba4

View file

@ -153,6 +153,7 @@ GET http://localhost/api.php/categories?filter=name,eq,Internet
GET http://localhost/api.php/categories?filter=name,sw,Inter
GET http://localhost/api.php/categories?filter=id,le,1
GET http://localhost/api.php/categories?filter=id,lt,2
GET http://localhost/api.php/categories?filter=description,is,
```
Output: