When a user views a record on the query history page and then returns to the query history page, the original query results disappear, requiring the user to reset the query conditions. The query history page should retain the user's previous query results.
Expected behavior
Store the filters value into the search params of the url
Describe the bug
When a user views a record on the query history page and then returns to the query history page, the original query results disappear, requiring the user to reset the query conditions. The query history page should retain the user's previous query results.
Expected behavior
Store the filters value into the search params of the url
The filters in
/profile/history
are:The filter in
profile/reputation
are:The example url would be
/profile/history/?type=post&start_end=0&end_date=100
Story Point: 3
Reporter: @Xiawpohr