https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12442
--- Comment #3 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
