<!-- Before opening an issue, just take into account that this is a completely free of charge and open source project. I'm always happy to help and provide support, but some understanding will be expected. I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed. You may also be asked to provide tests or ways to reproduce reported bugs. Try to be polite, and understand it is impossible for an OSS project to cover all use cases. With that said, please fill in the information requested next. More information might be requested once the issue is open. --> #### Summary Currently, all filtering options (text, tags and dates) are lost if you refresh the page. Move all those params to the query string, and remove them from a reducer, in order to allow that to be bookmarcable and navigable.
Summary
Currently, all filtering options (text, tags and dates) are lost if you refresh the page.
Move all those params to the query string, and remove them from a reducer, in order to allow that to be bookmarcable and navigable.