q
|
String
|
The search expression. Multiple terms can be specified at once. All enabled fields will be searched in. The
results are ordered by relevance which is based on a multitude of settings based on token counts, hit
ratio, (weighted) boost values and type of field. Currently no operators are supported in the search
expression itself. By refining the search expression more relevant results will be returned as top results.
If no search expression is given results are returned based on last modified date.
|
False
|
module_list
|
String
|
Comma delimited list of modules to search. If omitted, all search enabled modules will be queried. Note that
when consuming the endpoint /:module/globalsearch that this parameter is ignored.
Example: Accounts,Contacts
|
False
|
max_num
|
Integer
|
A maximum number of records to return. Default is 20.
|
False
|
offset
|
Integer
|
The number of records to skip over before records are returned. Default is 0.
|
False
|
highlights
|
Boolean
|
Wether or not to return highlighted results. Default is true.
|
False
|
sort
|
Array
|
Define the sort order of the results. By default the results are returned by relevance which is the
preferred approach. Using this argument any search enabled field can be used to sort on. Keep in mind the
not sorting by relevance may have a negative performance impact.
Example: {"date_modified":"desc","name":"asc"}
|
False
|