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
When using the "back to filter selection" link in the case where history.back is not used (e.g. a shared search result) we populate the filter page URL with all of the current params. Most of these params are invalid for that URL, so we should likely just trim this to contain only the relevant params.
This is only a small cosmetic cleanup, so probably not a super high priority, but should be an easy fix.
The text was updated successfully, but these errors were encountered:
Discussed in #65 (comment)
When using the "back to filter selection" link in the case where
history.back
is not used (e.g. a shared search result) we populate the filter page URL with all of the current params. Most of these params are invalid for that URL, so we should likely just trim this to contain only the relevant params.This is only a small cosmetic cleanup, so probably not a super high priority, but should be an easy fix.
The text was updated successfully, but these errors were encountered: