- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 12:13 PM
I am attempting to configure the Global Search to return records from any table in the CMDB.
I created a text index on the Collection field of the cmdb_ci table. The Text Index checkbox is checked, I hit the "Generate Text Index" related link, and got the confirmation email. If I look at the Event table, I can see that the text_index.all and text_index.complete events were successfully run with parm1 as cmdb_ci.
Next, I added a new Text Search Group, and added cmdb_ci as a Text Search Table. Both records are set to active, and the Text Search Group roles are set to "itil,admin."
When I search for the name of a specific CI, however, it does not return any results. What am I missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:36 AM
I managed to figure this out. There is an extra step to take to account for the new Polaris stuff.
I added a record to the Application Search Sources (m2m_search_context_config_search_source) table. I set the Source field to the Search Source record (the text search table) I had created for cmdb_ci, and the Search context config field to "Now Experience Search Configuration".
Searches started working immediately after that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:36 AM
I managed to figure this out. There is an extra step to take to account for the new Polaris stuff.
I added a record to the Application Search Sources (m2m_search_context_config_search_source) table. I set the Source field to the Search Source record (the text search table) I had created for cmdb_ci, and the Search context config field to "Now Experience Search Configuration".
Searches started working immediately after that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 10:05 AM
Hi! I am also trying this but its working for other tables not the CMDB_CI table. Could you let me know if this is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 11:24 AM
Your Search Source record is correct. Did you reference it in an Application Search Sources record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 02:34 PM - edited 12-22-2022 02:47 PM
Hi, yes although I am still not able to get any records. Will continue to troubleshoot. Thank you!