Disabling search event tracking with user name in sys_search_event table

sharuq2
Tera Contributor

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

2 REPLIES 2

Isaac Vicentini
Mega Sage
Mega Sage

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.


Best regards,

Isaac Vicentini
MVP 2025


If my answer was helpful, mark it as Helpful or Accept as Solution.

Hi @Isaac Vicentini ,

 

Thank you for responding, acheived this by implementing ACL on user field in sys_search_event  table.