Hi,
I use KB Search Control to launch a search from Js, using the following code:
kbSearchControl.setSearchQuery(queryStr); kbSearchControl.openSearchResult(1);
My problem is that I'm trying to display the query string and results in the component, but I can't seem to find a way to do it, any ideas?
Thank you in advance!