The setIntentions() method replaces the current search intentions with the specified intentions.
results = setIntentions( intentionsList )
|
intentionsList |
Array |
Intentions list. |
Undefined
setNewIntentions: function(intentionsList) { var context = this.getContext();
var search = context.get('search');
search.setIntentions(intentionsList);
context.set('search', search);
},