/AWS1/CL_GEPSUGGESTQUERYRESULT¶
The suggested query results.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_queryid TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
QueryId can be used to complete a follow up query through the SearchText API. The QueryId retains context from the original Suggest request such as filters, political view and language. See the SearchText API documentation for more details SearchText API docs. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.The fields
QueryText, andQueryIDare mutually exclusive.
iv_querytype TYPE /AWS1/GEPQUERYTYPE /AWS1/GEPQUERYTYPE¶
The query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Queryable Attributes¶
QueryId¶
QueryId can be used to complete a follow up query through the SearchText API. The QueryId retains context from the original Suggest request such as filters, political view and language. See the SearchText API documentation for more details SearchText API docs. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.The fields
QueryText, andQueryIDare mutually exclusive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYID() |
Getter for QUERYID, with configurable default |
ASK_QUERYID() |
Getter for QUERYID w/ exceptions if field has no value |
HAS_QUERYID() |
Determine if QUERYID has a value |
QueryType¶
The query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYTYPE() |
Getter for QUERYTYPE, with configurable default |
ASK_QUERYTYPE() |
Getter for QUERYTYPE w/ exceptions if field has no value |
HAS_QUERYTYPE() |
Determine if QUERYTYPE has a value |