Way to Remove search memory
Most of face this problem that after performing search in Contacts or Accounts module the Search memory is not removed when we come back to the same module.
The easy way is to open your config.php file and search for
‘save_query’ => ‘all’,
And change the value ‘all’ to something else, such as
‘save_query’ => ‘no’,
then this will not save any queries for any of the modules.

