Skip to content

Commit 7a239e1

Browse files
committed
fix docs
1 parent 0f0ffe4 commit 7a239e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ NB: You can only filter on the requested table (not on it's included) and filter
321321

322322
### Column selection
323323

324-
By default all columns are selected. With the "include" parameter you can select specific columns. Multiple columns should be comma separated.
324+
By default all columns are selected. With the "include" parameter you can select specific columns.
325+
You may use a "dot character" to separate the table name from the column name. Multiple columns should be comma separated.
325326
An asterisk ("*") may be used as a wildcard to indicate "all columns". Similar to "include" you may use the "exclude" parameter to remove certain columns:
326327

327328
```
@@ -366,7 +367,7 @@ Output:
366367
}
367368
```
368369

369-
NB: You may sort on multiple fields by using multiple "order" parameters.
370+
NB: You may sort on multiple fields by using multiple "order" parameters. You can not order on "joined" columns.
370371

371372
### Pagination
372373

0 commit comments

Comments
 (0)