1 Nov
2023
1 Nov
'23
6:39 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34021 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (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.