Announcement

Collapse
No announcement yet.

How to remove search value from cache

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to remove search value from cache

    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



  • #2
    I fixed this by deleting the local storage variable "espo-ListSearch-enityname" each time when we make a search filter.

    Comment

    Working...
    X