How to add Tables for Global Search?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 05:40 PM
Hi
I need to add task_ci and task_cmdb_ci_service tables to global search. Added these two tables in text search and search groups. When performing global search, it seems like these tables are not performing key word searches.
If i search with keyword in affected ci's it was not displaying any results.
If i search in Incident, it was displaying some results.
So, its not filtering the affected ci table...
Is there any other way to add tables for global search?
Thanks,
Rakesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 06:18 PM
Have you added the tables to the text indexes?
Here is how - Enabling Text Search in Record Lists - ServiceNow Wiki
Hope that helps
RM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 07:52 PM
I did that one too Russell... Still i can't find search results.
Thanks
Rakesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 06:33 PM
Hey Rakesh,
Other than below tables in the screen shot, all are applicable for global search. Check the "glide.ui.no_text_search" property in sys_properties.list.
You may get more info from Administering Global Text Search - ServiceNow Wiki
Administering Zing Text Search - ServiceNow Wik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2016 05:05 AM
Dear Rakesh,
Go to System Definition->Search Group
Add a new entry for your new search group. You may restrict the search to specific role(s). Then, save it.
Now, define the tables ('task_ci' and 'task_cmdb_ci_service') in the 'Text Search Tables', which will be available in the related list.
If you face any challenges, look into some OOB search group configuration (e.g. Tasks, Knowledge & Catalog) to get the idea.
Hope it will help you to configure the global search for those tables.
Thanks,
Subho