https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34021
--- Comment #9 from David Cook <[email protected]> --- (In reply to David Cook from comment #8) > It looks like a fix could be to follow the code from bug 27546 and instead > of adding a "idx=kw and q=X" just add a "limit=X". At a glance, that looks > like it would work. Technically, that will yield a worse version of "search within" than I had in some ways, but it would make it consistent with the staff interface version. In order to get limit to work like "idx=kw and q=X", we'd need to add "kw,wrdl,rtrn:" in front of "X" which would need some Javascript. -- 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/
