[Koha-bugs] [Bug 25229] Elasticsearch should use the authid (record id) rather than the 001 when returning auth search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 15:52:17 CEST 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew at bywatersolutions.com
                   |                            |,
                   |                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org,
                   |                            |joy at bywatersolutions.com,
                   |                            |katrin.fischer at bsz-bw.de,
                   |                            |m.de.rooy at rijksmuseum.nl

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
As far as I can tell, we do this for zebra in the background. Follow the
recreation instructions and see that we index the authid as 001 even if the
record is different, which is kinda crazy.

We should at least be consistent.

I have not included tests because we don't really yet have a way to fake ES for
tests - we need bug 19821 as there are issues where records created for testing
are indexed into ES if search engine config is set, but they don't get removed
(for zebra they enter zebraqueue transactionally and are not committed)

Everywhere this code is sued expects the correct authid afacit

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


More information about the Koha-bugs mailing list