Document representing an order full text search request.
Property | Type | Constraints | Description |
---|---|---|---|
count
|
Integer | maxIntegerValue=200, minIntegerValue=1 | The requested count parameter value. |
query
|
String | The requested query string which limits the results in addition to the search phrase. | |
query_args
|
[String] | The query arguments. | |
search_fields
|
[String] | The search fields to be used in case of full text search. If the list is null or empty the default search fields will be used. | |
search_phrase
|
String | The search phrase. | |
select
|
String | The select parameter used to configure the search result document. See "API Usage > Property selection" for more information how to define a property selector. | |
sort_fields
|
[SortField] | The sort fields list. | |
start
|
Integer | minIntegerValue=0 | The requested start parameter value. |