Hi!
Is there a setting for how many results to display in the dropdown list when you use suggested search?
/Per
Developer forum
Suggested search results count
Replies
You must be logged in to post in the forum
Dynamicweb.Frontend.InstantSearch.setEnableSuggestions('txFreeTextQuery', true, {
boxID: 'divSuggestions',
request: { 'MaxSuggestions': '10' }
});
You must be logged in to post in the forum