Problem/Motivation
When using exposed filters or facets it is useful to allow preserving URL query parameters to keep filters selection.
Steps to reproduce
1. Create a search view with exposed filters
2. Place Simple Search Form block in the same page as view
3. Apply exposed filter on view
4. Input a text to search and submit
5. Exposed filter values get lost
Proposed resolution
This issue is similar to #2681953: Allow exposed form to preserve URL query parameters so solution could be similar as well.
Issue fork simple_search_form-3219000
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
piggito commentedProvided MR inspired on #2681953: Allow exposed form to preserve URL query parameters
Comment #4
andypostuse request from FormBase
Comment #7
antonnaviHello all here!
The merge request was Tested & Fixed & Merged.
Thanks all for help!