Disabling search event tracking with user name in sys_search_event table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 05:05 AM - edited 10-16-2024 05:06 AM
Hi Experts,
We have AI search enabled in ESC portal, when someone search in portal it creates search event in sys_search_event table and stores the search text and user who searched it. Is there any way to disable this?
Thanks in advance,
Sharuq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 01:02 PM
Hi @sharuq2!
There is no OOTB way to disable this. Perhaps there are other ways to do it, but it is not recommended, as the sys_search_event table is important for AI Search to determine the relevance of terms and make suggestions.
What is the reason for disabling the insertion of data into this table? Maybe we can find another solution together.
If my answer helped you in any way, please mark it as Helpful / Accept as Solution 🎯
Regards,
Isaac Vicentini.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 06:56 AM
Hi @Isaac Vicentini ,
Thank you for responding, acheived this by implementing ACL on user field in sys_search_event table.