Hi Derek, I just ran through the steps defined in the documentation for setting up a predicative search on Kentico 10 and initially thought I was not getting any results. I added a value in Predictive results > No results content and that showed up immediately. After a few seconds (wow) I got some results back from the search.
I then had an explore to see what the browser thogh it was doing using the Chrome developer tools. Three things are useful here:
- In the Element tab, look for a
div
with a class of predictiveSearchHolder
. This will be in the same container as the Smart search box web part. Ensure that your CSS does not interfere with this and that it is visible on page.
- Switch to the Network tab and limit the type to
XHR
. As you type in the search box, you should see traffic flowing int he network tab.
- Ensure that there are no errors in the Console tab from client scripting that might prevent the predictive search from triggering.
If neither of the above have positive results, could oyu try creating a new Smart search text on a blank page/template to see if that basics are working.