https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40417 --- Comment #5 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- This looks correct, but we need to deal with other things for this not to break existing features. Look at the dependencies I added. BTW. I added ``` use DDP; p($c->validation->output); p($c->req->params->to_hash); ``` at the beginning of `objects.search_rs` and run: ``` prove t/db_dependent/api/v1/query.t ``` and verified one thing I mentioned yesterday: when a query parameter is passed multiple times, the calculated structure is the same (i.e. `$args`). When it is only one, they differ. This might not be a real issue, but it is worth making sure we have tests and it doesn't break anything. -- You are receiving this mail because: You are watching all bug changes.