
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2019 07:00 AM
Hi team,
We have cloned Test instance today, post cloning Typeahead search are not working on portal but Its working in DEV and PROD instance.
I have checked below things but didn't get find any solution
- Search sources are available in related list of portal as same as dev
- Global text search setting is same as dev
- Typeahead search widget is OOB widget which is read only as same as dev
- Text search groups are same as DEV
- Search contexts are also same as dev
- Search source : knowledge base and service catalog source code are same as Dev
- There is no error in console log
Please do help me where to check
Test screenshot:
Dev screenshot:
finally I executed cache.do and checked but still same issue. Please do help me what needs to be setup after the cloning for typeahead search.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 09:48 PM
Hi Miguel,
I found a route cause for this issue, Its because of text indexing lag time:
I will run this below line in background script as post cloning activity
- new GlideTextIndexEvent( ).indexUpdate('sc_cat_item', null);
This will index all your catalog items and you could able to search your catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 02:07 PM
Hi Poojitha,
Were you able to find the root cause for this issue? We are having the same issue with our Service Portal Typeahead Search widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 03:53 PM
Hi,
The original topic is listed as London.
What is your ServiceNow version? The same? This helps in troubleshooting.
Thanks
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 04:00 PM
Yes, it's London.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 04:09 PM
Please see this link and ensure that the feature in London that was patched here is actually active in your instance:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0718619
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 09:48 PM
Hi Miguel,
I found a route cause for this issue, Its because of text indexing lag time:
I will run this below line in background script as post cloning activity
- new GlideTextIndexEvent( ).indexUpdate('sc_cat_item', null);
This will index all your catalog items and you could able to search your catalog items.