The absorbIntentions() method uses the Parser REST endpoint to flatten the baseSearch and intentions array into a flattened search string, stored in fullSearchWithIntentions .
results = absorbIntentions( onSuccess , onFailure )
|
onSuccess |
Function |
(Optional) Function to call upon successful operation. |
|
onFailure |
Function |
(Optional) Function to call upon unsuccessful operation. |
Undefined
this._baseSearch + " is not a search"
this.absorbIntentions();