[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 2 17:30:57 CET 2020


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

--- Comment #90 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Joonas Kylmälä from comment #89)
> (In reply to Nick Clemens from comment #82)
> > Hi Joonas,
> > 
> > I obsoleted yours and added a new patch to fully add ES support here, let me
> > know if that works for you
> 
> Of course it works for me! You're awesome, thanks :)
> 
> I tested the Elasticsearch implementation and I noticed slight difference
> there: with Elasticsearch only the first 100 component part records are
> returned meanwhile with Zebra all the component part records are returned.
> Maybe a follow-up for this would be needed?

Koha/SearchEngine/Elasticsearch/Search.pm 
298 =item C<$max_results>
299 
300 The max number of results to return. The default is 100 (because unlimited
301 is a pretty terrible thing to do.)

Probably this should be a syspref? For Zebra we don't hardcode a limit, but
maybe we should not return everything and it would be better to have one
syspref to control both>

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


More information about the Koha-bugs mailing list