Service Portal Search bar it should populate Knowledge and catalog.

bsk
Kilo Expert

When ever we type some text in Service Portal Search bar it should populate Knowledge and catalog as shown in attachment. Where under knowledge it should show up list of Knowledge articles related and catalog should show related catalog requests.

Search Results.png

1 ACCEPTED SOLUTION

nathanfirth
Tera Guru

The typeahead plugin included with Service Portal certainly won't do this. This could easily be developed as a custom widget, but my question for you is... with this design how would keyboard controls work? Most users of desktop use the "down arrow" keys to make their selection and if you move into a three column that would not work well responsively for mobile devices, accessibility, or keyboard controls.



We've developed our own version of the Istanbul Typeahead widget that also introduces "groups" in the results, so that you can see catalog, knowledge, or any other search source independently. The main issue this solves is that for portals with large Knowledge Bases, the articles will tend to drown out the catalog items... even when searched for by name. We also added a drop down so the user can specify what he is searching for. I cannot provide you with the source code for this widget, but we do license it, if you're interested.



Screen Shot 2017-06-14 at 12.19.14 PM.png


View solution in original post

3 REPLIES 3

nathanfirth
Tera Guru

The typeahead plugin included with Service Portal certainly won't do this. This could easily be developed as a custom widget, but my question for you is... with this design how would keyboard controls work? Most users of desktop use the "down arrow" keys to make their selection and if you move into a three column that would not work well responsively for mobile devices, accessibility, or keyboard controls.



We've developed our own version of the Istanbul Typeahead widget that also introduces "groups" in the results, so that you can see catalog, knowledge, or any other search source independently. The main issue this solves is that for portals with large Knowledge Bases, the articles will tend to drown out the catalog items... even when searched for by name. We also added a drop down so the user can specify what he is searching for. I cannot provide you with the source code for this widget, but we do license it, if you're interested.



Screen Shot 2017-06-14 at 12.19.14 PM.png


Thanks Nathan Firth for your response.


I have a huge interest in seeing how you accomplished this - we have a large KB that with global search drowns out the catalog items.

Can you provide more details on how configured the widget to separate catalog items on top with KB on bottom?