- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2019 05:54 PM
Hello,
I have a report where I can search an incident by 'keywords'. However, when I look at the incident, I don't find any fields called 'keyword', I want to find out what the keywords associated with an incident are so that I can understand better why the report is returning the current results. How do I find keywords associated with an incident?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2019 09:32 PM
Hi,
The keywords is not a column in the table but is used to perform a text search on your table based on the indexes in your table. So it basically scans your table for the text and if a valid match is found, the results are displayed.
Please refer to its official documentation
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2019 09:32 PM
Hi,
The keywords is not a column in the table but is used to perform a text search on your table based on the indexes in your table. So it basically scans your table for the text and if a valid match is found, the results are displayed.
Please refer to its official documentation
Thanks!