http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13716 Bug ID: 13716 Summary: On adding recipients/patrons to a routing list, searching fields are filtered in OR instead of AND Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: paola.rossi@cineca.it QA Contact: testopia@bugs.koha-community.org CC: colin.campbell@ptfs-europe.com In Home › Serials › [serial title] › Edit routing list, I'm trying to "Add a recipient[/patron/borrower]" to a Rooting List of a subscription. On /cgi-bin/koha/serials/member-search.pl, the 3 input fields are crossed so: Library AND Category Name OR (Library AND Category) Name OR Library Name OR Category On the contrary I'm expecting this way of building the query: Name AND Library AND Category Name AND Library Name AND Category -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.