https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26606 Bug ID: 26606 Summary: Correctly URI-encode query string in URL loaded after deleting an authority record Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: phil@chetcolibrary.org QA Contact: testopia@bugs.koha-community.org If you search for "this & that" and delete one of the results, after it is deleted the search in the reloaded page is for "this " rather than for "this & that". The template uses the url filter, which is for filtering an entire URI where :, &, #, etc. should be left alone, rather than the uri filter which is for filtering a URI component where they should be encoded. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.