https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26533 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to Aleisha Amohia from comment #8)
Regarding Bug 27299, it has been in master for a little while, so probably not relevant here.
We had the patch from Bug 27299 applied and it didn't seem to solve the problem for us
Yeah it wouldn't help with 'is' but would help with 'exact'.
I'm looking at C4::AuthoritiesMarc and I'm loving how the comments for 'is' and 'exactly' are the same, but clearly they're not the same, since 'is' uses the 'w' register and 'exactly' uses the 'p' register.
Yes a little strange! Hopefully this switch to using the 'exact' operator means we're doing the right search now.
Yeah, I think your patch is good. I'll spin up a KTD to test it in a minute. I should be doing other things but search issues always tickle me. I wonder if we should actually get rid of the 'is' operator all together. Not that you'd need to do that now, but I figure if we have eyes on it now it might be good to think about. -- You are receiving this mail because: You are watching all bug changes.