[Koha-bugs] [Bug 23719] Record matching for authorities using defined fields is broken under ES

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 31 14:21:52 CET 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The current behavior is definitely wrong.

I am wondering if we should not have the error displayed somewhere, if the
search field is not defined in the ES mapping.

With Zebra we get:
  indexoAuth error: Unsupported Use attribute (114) pouet Bib-1

With ES (and this patch), we do not get anything.

Easier to test this patch with:

Existing search field:
http://pro.kohadev.org/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=Personal-name&and_or=and&operator=contains&value=d&orderby=HeadingAsc

non-existing search field:
http://pro.kohadev.org/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=pouet&and_or=and&operator=contains&value=d&orderby=HeadingAsc

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


More information about the Koha-bugs mailing list