https://github.com/discourse/discourse/pull/4490
@cpradio This change appears to break user flow.
Steps to Reproduce
- From topic list, select search button
- Type
foo bar
into search input box - Click “options” link below search input box
Expected Result
The search pattern value foo bar
already entered in the input box is passed to the advanced search page that opens.
Actual Result
User input value foo bar
is “lost”, search input field on advanced search page is empty.