[Koha-bugs] [Bug 25277] Z3950responder keyword search does not work with Elasticsearch 6

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 15 15:17:42 CEST 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104293|0                           |1
        is obsolete|                            |
 Attachment #104294|0                           |1
        is obsolete|                            |

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 104942
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104942&action=edit
Bug 25277: Don't specify a field in query if none passed

== test plan ==
To test:
0 - Have Koha running with ES 6 enabled
1 - Launch the z3950 responder:
    perl misc/z3950_responder.pl --config-dir /kohadevbox/koha/etc/z3950
--debug
2 - Connect using yaz-client:
    yaz-client localhost:2100
2.1 Alternative, if you add the responder as a Z39.50 server in Koha and
  do a catalogue Z39.50 search. Don't forget to search in the keywords
  field. Not the title field.
3 - base biblios
4 - find bruce
5 - No results
6 - Stop the responder
7 - Apply patch
8 - Repeat
9 - This time you get results

Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Amended patch: Removed unecessary () in the return statement

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


More information about the Koha-bugs mailing list