https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23719 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart <jonathan.druart@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.