HyphaApp / hypha

Submission management software for open calls
https://www.hypha.app
BSD 3-Clause "New" or "Revised" License
67 stars 38 forks source link

Search field on list view do not clear old search term #3957

Open frjo opened 1 month ago

frjo commented 1 month ago

Going to https://test-apply.hypha.app/apply/submissions/all-alt/ and search for "first". Then search for "second".

The resulting URL becomes https://test-apply.hypha.app/apply/submissions/all-alt/?query=first&query=second

Notice that you now have two search parameters in the URL. Only the last parameter should be present.