Global search gives different results, when compares to catalog home search. Issue When searched with a word on Global, the results returning in the catalog item section is more when compared to the same keyword search on the catalog home page.CauseThe issues occur when any sc_category records are inactive and the global search is returning the records from that search. In Global search, the search looks for catalog item which is active and matching the keyword:-https://<instance-name>.service-now.com/sc_cat_item_list.do?sysparm_query=GOTO123TEXTQUERY321%3Daccess%5Eactive%3Dtrue In the catalog home search, the search looks for catalog item which is active, categories which are active and matching the keyword:-https://<instance-name>.service-now.com/sc_cat_item_list.do?sysparm_query=GOTO123TEXTQUERY321%3Daccess%5Eactive%3Dtrue%5Ecategory.active%3DtrueResolutionActivate any inactive sc_category records. Upon activating the users will see all the catalog items as shown in the global search when searched in catalog_find.do page.