Skip to content

Commit 1ba275f

Browse files
committed
cleanup some copy paste in the docs
1 parent 3a84134 commit 1ba275f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ For example `?filters[price]=3...50` would return records with a price between 3
117117
The following types support ranges
118118
* int
119119
* decimal
120-
* boolean - Filter on a boolean column
121-
* date - Filter on a date column
122-
* time - Filter on a time column
123-
* datetime - Filter on a datetime column
120+
* boolean
121+
* date
122+
* time
123+
* datetime
124124

125125
### Filter on JSON Array
126126
`int` type filters support sending the values as an array in the URL Query parameters. For example `?filters[id]=[1,2]`. This is a way to keep payloads smaller for GET requests. When URI encoded this will become `filters%5Bid%5D=%5B1,2%5D` which is much smaller the standard format of `filters%5Bid%5D%5B%5D=1&&filters%5Bid%5D%5B%5D=2`.

0 commit comments

Comments
 (0)