[Koha-bugs] [Bug 12443] Initial re-factoring of buildQuery

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 2 04:53:30 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12443

--- Comment #13 from David Cook <dcook at prosentient.com.au> ---
PSA on truncation with Zebra:

It appears that the @truncation directive in ccl.properties doesn't work in
versions before Yaz 4.2.21 (going back to an indeterminate time).

"yaz-client -V" will tell you what version of Yaz you have.

Debian Squeeze uses Yaz 4.0.11-1
Debian Wheezy uses Yaz 4.2.30

So...if you're on Wheezy, you're probably fine. If you're on Squeeze, your
@truncation directive isn't working, which means the truncation character is
the default "?" no matter what you put in ccl.properties.

It does appear that you can provide multiple truncation characters based on the
reference to "truncation_aliases" in the following code though:
http://www.indexdata.com/yaz/dox/html/cclfind_8c_source.html

--- 4.2.21 2011/11/23

Fix cql_sortby_to_sortkeys. Completely broken before.

Make CCL's @truncation work again.

Source: http://www.indexdata.com/yaz/doc/NEWS

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


More information about the Koha-bugs mailing list