This function constructs the query body that is used to filter/sort the results of the database query.

query_body(filter = NULL, sorts = NULL)

Arguments

filter

A property filter object.

sorts

A property sort or compound sort object.

Value

The formatted query body.

See also

property_filter() and property_sort() to see how to properly create property filters and sorts.