Global search not returning results

Justin Abbott
Giga Guru

My goal is to allow users to search Asset records using the Global Search bar in the top-right corner.

 

I have added the alm_asset table to the Search Groups, yet when I search an Asset by Asset Tag or Serial Number, no results are returned.

 

Any help or advice is greatly appreciated. Thank you!

1 ACCEPTED SOLUTION

mike_pryor
Giga Expert

Hi Juabbott,


I would check to see if your alm_asset table is being indexed (Text Index is checked on the Collection dictionary entry for that table) and if it is already set, you will probably need to re-index the table.



You can index a single table by following the steps found here:


Administering Zing Text Search - ServiceNow Wiki



Let me know if this works out for you


View solution in original post

6 REPLIES 6

mike_pryor
Giga Expert

Hi Juabbott,


I would check to see if your alm_asset table is being indexed (Text Index is checked on the Collection dictionary entry for that table) and if it is already set, you will probably need to re-index the table.



You can index a single table by following the steps found here:


Administering Zing Text Search - ServiceNow Wiki



Let me know if this works out for you


That worked! Thank you, Mike.


No problem!



Glad to help!


Helped my fix a similar issue in our environment.