AI-generated Key Takeaways
-
Indicates search settings in the request parameter.
-
omit_results
is a boolean field to exclude results from the response. -
return_summary_row
is a boolean field to include a summary row in the response. -
return_total_results_count
is a boolean field to include the total number of results in the response.
Indicates search settings in request parameter.
Fields | |
---|---|
|
If true, results will be excluded from the response. Otherwise, results will be returned. Default is false. |
|
If true, summary row will be included in the response and sent in a response by itself after all other query results are returned. Default is false. |
|
If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false. |