https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14322
--- Comment #24 from Brendan Lawlor <[email protected]> --- (In reply to David Nind from comment #18) > It looked like everything was all working as expected, however I came across > a situation using the + New field: > - Home library is: Centerville > - Barcode is 39999% > - AND Title is %perl% > - Search (6 results) > - Copy shareable link > - Paste the link in a new tab > - Get 321 results > - When you edit the search the AND is changed to an OR Thanks, David, for testing and spotting that bug! This was caused because of assuming getting the 'c' param would return an array. When there is only a single 'c' param it's just a string, so I added a check for that too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
