When we search value inside a specific entity its setting cache like below,
Key : espo-listSearch-Lead
Value : __JSON__:{"textFilter":"test","advanced":{},"bool" :{"onlyMy":false},"presetName":null,"primary":null }
So whenever you try to navigate to other pages and coming back to the previous searched page it still retains the last search value and results even after logout and login , how to disable this search filter cache from admin end ? let me know how to solve this one , Thanks in advance
Key : espo-listSearch-Lead
Value : __JSON__:{"textFilter":"test","advanced":{},"bool" :{"onlyMy":false},"presetName":null,"primary":null }
So whenever you try to navigate to other pages and coming back to the previous searched page it still retains the last search value and results even after logout and login , how to disable this search filter cache from admin end ? let me know how to solve this one , Thanks in advance
Comment