Knowledge articles not visible in search result after enabling AI search

Feddy
Kilo Sage

Hi Team, 

We recently enabled AI search  in one of our development instance and it is showing below response while searching for KB. It is also showing attachments( attached in chg or ritm) in the search result. Any input to fix this would me much appreciated.

find_real_file.png

 

 

Thanks, 
Fedrick

7 REPLIES 7

Community Alums
Not applicable

HI @Feddy ,

The OOB Faceted filter has kb_knowledge.category and the correct one is kb_knowledge.kb_category.

Facets can be created using:

  1. Navigate to All > Service Portal > Search Sources.
  2. Open or create a simple search source.
    Simple search sources do not use a data fetch script. Rather, they define a table as the source of searchable data. To learn more about search sources, see Service Portal search.
  3. Select the Facets related list.
  4. Click New.
    The Facet form displays.
  5. Complete the fields.
  6. Save 

Or you can try cloning the Typeahead Search widget and overriding the `data.aisEnabled` variable in the server-side script.

Just change the line containing data.aisEnabled to this:

data.aisEnabled = true;

 

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

I have cloned homepage widget and have modified the line as you advised.
Do i need to clone the typeahead widget and do the same?

Community Alums
Not applicable

Clone the typehead search widget and do as how i mentioned previously.

 

Hi Sandeep, 

Do we have any supporting document which refers to this changes?
I went ahead and added the line you had provided and i could see some results.

Thanks, 
Fedrick