Bug 41783

Summary: Query parameters for suggestions filtering is not encoded
Product: Koha Reporter: Maryse Simard <maryse.simard>
Component: AcquisitionsAssignee: Maryse Simard <maryse.simard>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41783: Encode query parameters for suggestions filtering
Bug 41783: Encode query parameters for suggestions filtering

Description Maryse Simard 2026-02-05 22:31:51 UTC

    
Comment 1 Maryse Simard 2026-02-05 22:33:13 UTC
Created attachment 192576 [details] [review]
Bug 41783: Encode query parameters for suggestions filtering

When filtering by bibliographic information in the sidebar of the
suggestions management page, the '%' contained in the query is
not encoded. This can lead to errors if the search terms can be
evaluated as an encoded character.

Test plan:
    1. Go to Acquisitions > Suggestions
    2. Create a suggestion with a title like "200 recipes"
    3. In "Filter by" > Bibliographic information, search for "200"
    4. No results are shown in the table
    5. Apply the patch
    6. Search again (step 3). The suggestion should appear in the list.
Comment 2 David Nind 2026-02-06 04:19:28 UTC
Created attachment 192578 [details] [review]
Bug 41783: Encode query parameters for suggestions filtering

When filtering by bibliographic information in the sidebar of the
suggestions management page, the '%' contained in the query is
not encoded. This can lead to errors if the search terms can be
evaluated as an encoded character.

Test plan:
    1. Go to Acquisitions > Suggestions
    2. Create a suggestion with a title like "200 recipes"
    3. In "Filter by" > Bibliographic information, search for "200"
    4. No results are shown in the table
    5. Apply the patch
    6. Search again (step 3). The suggestion should appear in the list.

Signed-off-by: David Nind <david@davidnind.com>