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

--- Comment #1 from Fridolin Somers <[email protected]> ---
Created attachment 188667
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188667&action=edit
Bug 41141: Fix linker with Elasticsearch fails when heading contains
parenthesis or equal sign

With Elasticsearch, authorities linker fails when heading contains parenthesis
or equal sign.
Looks like those characters are removed because of CCL syntax but Elasticsearch
in this context uses 'ci_raw' form that does not matches if characters are
removed.
So we should do it only with Zebra.

Test plan :
 1 - Use Elasticsearch
 2 - Set sysprefs:
    RequireChoosingExistingAuthority - don't require
    AutoCreateAuthorities - generate
    CatalogModuleRelink - Do
    AutoLinkBiblio - Do
    LinkerModule - first match
 3 - Find a biblio record with an author attached to an authority
 4 - Edit this authority record and add to heading a text with parenthesis, ie
'(junior)'
 5 - Edit the biblio record in advanced editor
 6 - Delete the $9 link
 7 - Save the record
 8 - It generates a new authority record
10 - Apply patch and restart all
11 - Repeat 4-5
12 - It links to the original authority

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to