Hi!
I have an overview-View which contains filters, once i filter it shows search result. If i click a search result and return to the overview, the filter is gone.
I think this is because the View per default is request scoped?
No i am evaluating how i safe the filter. The filter should not be persitent for ever, only per Session, thats why i thought to get the View Session Scoped. Another idea was to save the selected filters in the browsers local storage or cookie.
I would like to participate from your experience, does anyone has a best pratice info for me?