[Koha-bugs] [Bug 12442] Query... variables should be defined within loop in Search.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 6 06:13:01 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12442

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
(In reply to Katrin Fischer from comment #2)
> David, can you tell if this is still valid and provide a little more
> information?

I haven't looked in a long time, but I'd imagine that it's still valid.

I think an example is QueryAutoTruncate. When it's on, all the index/operand
pairs should have truncation enabled. However, there are some indexes that
don't support truncation, so they'll turn QueryAutoTruncate off. 

So in theory you could have something like this:

Pair0-Truncated, Pair1-Can't truncate disable auto
truncation,Pair2-NotTruncated, Pair3-NotTruncated

When really it should be like this:

Pair0-Truncated, Pair1-Can't truncate, Pair2-Truncated, Pair3-Truncated

Apologies if that still sounds too vague.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list