[Koha-bugs] [Bug 4397] display problems (umlauts, =?UTF-8?Q?=20=C3=9F?=) with scan index in advanced search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 20 10:48:14 CET 2014


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

--- Comment #9 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 26470
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26470&action=edit
Bug 4397: Scan index search results broken for non-latin characters

The Zoom specification defines that a ScanSet should provide a way
to retrieve terms suitable for displaying and another one for using
on further searches [1].

The Net::Z3950::ZOOM implementation actually provides both [2] but we
where using the wrong one.

Using $scanset->display_term(...) instead of $scanset->term(...) fixes the
problem.

To test:
- Do a index scan search (advanced search > more options > check 'index scan')
- Notice non-latin characters are replaced by one or more '@' symbols.
- Apply the patch
- Re-do the search, everything shows as it should.
- Try to follow any of the terms (clicking on them) and notice that
  it actually gives you relevant results (i.e. is not searching for @!!!!).
- Sign off :-D

Regards
To+

[1] http://zoom.z3950.org/api/zoom-1.4.html#3.6.3
[2]
http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#term()_/_display_term()

Sponsored-by: Universidad Nacional de Cordoba

Followed test plan. Patch behaves as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
I reproduced the issue and I confirm this patch fixes it.
I put "Fuß" in a title, reindex the record. Launch a search on Title
checking the "scan index" checkbox. And the non-latin characters are
well displayed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list