[Koha-bugs] [Bug 27138] Host items are not included in Z39 results when using EasyAnalytics

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 25 16:15:57 CET 2021


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

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114126|0                           |1
        is obsolete|                            |

--- Comment #3 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Created attachment 117333
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117333&action=edit
Bug 27138: Index host items in child records when sending to search engine

On the Koha side we seperate the items from the MARC record but we do put them
in
the search engines

For easy analytics we embed host items when displaying results after fetching
from the search engine

We can simpify things and improve results by including the host items when
indexing

To test:
 1 - Enable EasyAnalyticalRecords
 2 - Find a record in the staff client
 3 - From details page select Edit->Link to host record
 4 - Attach a barcode from a different record
 5 - Search for that barcode in the staff client
 6 - Only host record is returned
 7 - Perform a search that returns the child record and others
 8 - Note the host item is listed on the child record in the results page
 9 - Repeat on OPAC
10 - Note on opac that host item is missing on results
11 - Apply patch
12 - Search for barcode
13 - Child and host record returned on both staff and OPAC
14 - Child record correctly includes host item on staff and OPAC
15 - Connect to the Z3950 responder or zebra directly
     yaz-client localhost:2100
     yaz-client unix:/var/run/koha/kohadev/bibliosocket
16 - Search for the child record
     base biblios
     find record_keyword
     show 1+10
17 - Note the record includes the host item
18 - Repeat tests for Elasticsearch

Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>

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


More information about the Koha-bugs mailing list