Bug 40707

Summary: Search engine mappings and indexes should be sent in request body
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tomás Cohen Arazi (tcohen) 2025-08-26 17:55:21 UTC
When saving mappings and indexes a POST is sent with 5000+ query parameters. This can cause issues in reverse proxies or modsecurity default settings.

We should be sending them in the request body anyway.