In Agent Workspace contextual search sidebar, how to change default search term / filter?Issue In a workspace, how can the Response Templates default search term/filter be changed? It is defaulting to the short description. ResolutionDelete the Search field record on the Table Configuration record.The config of Agent Assist is cached in "LocalStorage" on the browser which explains why users wouldn't see the change straight away. There is a timeout for the storage which is believed to be set to 5 minutes but instead of waiting users can manually clear the storage to get the updated configuration. Below is a screenshot that shows where it needs to be done. Right-click anywhere on the screen and click on inspect. This will open the browser consoleClick on the "Application" tabOn the left, there will be a heading of "LocalStorage" under StorageRight-click on the URL in LocalStorage and click ClearReload the page and the changes should have taken effect