You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entry-page breadcrumb goes to ../../#catalog, which drops the reader's search and filters. Store the last query string in sessionStorage (or use document.referrer when it's the index page) and link back to it.
The entry-page breadcrumb goes to
../../#catalog, which drops the reader's search and filters. Store the last query string insessionStorage(or usedocument.referrerwhen it's the index page) and link back to it.