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 logged into News and doing a search, and then from the search results page pressing "logout", the search query disappears, e.g. the URL changes from being /search?q="something" to just /search. This doesn't happen with other pages, e.g. when logging out from threads?id=someone, the query string remains.
Must be something I implemented wrong in the search page...
The text was updated successfully, but these errors were encountered:
A slightly related thing is, that I wonder how to pre-fill the search bar with the previous search query. It would seem only possible to do by modifying tons of unrelated page functions to pass around search arguments, which would be proper spaghetti.
I wonder if there is some obvious way of dealing with this.
When logged into News and doing a search, and then from the search results page pressing "logout", the search query disappears, e.g. the URL changes from being
/search?q="something"
to just/search
. This doesn't happen with other pages, e.g. when logging out fromthreads?id=someone
, the query string remains.Must be something I implemented wrong in the search page...
The text was updated successfully, but these errors were encountered: