Unable to search any Catalog Item from the Service Portal Search

shaik_irfan
Tera Guru

Hello,

 

I am not able to search any Item from the Service Portal search. I confirmed that No Search is checked as True and Category & Catalog is filled and i am an Admin.

1 ACCEPTED SOLUTION

Nirosha Uddandi
Kilo Guru

 editing service catalog search source@ line 16 of the Data Fetch Script to pass in the catalog value 

From: 
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch()) { 

To:
if (!catalog_item.canViewOnSearch() || !catalog_item.getFirstAccessibleCategoryForSearch(portalValue)) { 

View solution in original post

9 REPLIES 9

SanjivMeher
Kilo Patron
Kilo Patron

Do you have any search source defined in the portal?

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

yes i do have:

 

find_real_file.png

Are you using custom search widget?

No the main typeahead widget