query_body.RdThis function constructs the query body that is used to filter/sort the results of the database query.
query_body(filter = NULL, sorts = NULL)
| filter | A property filter object. |
|---|---|
| sorts | A property sort or compound sort object. |
The formatted query body.
property_filter() and property_sort() to see how to properly
create property filters and sorts.