[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 16 09:43:38 CET 2020


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

--- Comment #97 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Created attachment 113650
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113650&action=edit
Bug 11175: Limit the amount of component parts returned

There was already before this a limit of 100 results when using
Elasticsearch but then the list of component parts was truncated
silently. This change now limits the amount to hard coded limit of 300
which is still fast to render. Also when the 300 component part record
limit is reached there is a link in the list now to list all the
records via the cataloging search.

To test:
   1) Create 300+ component part records and see if the link to list
      all the component part records shows up
   2) Make sure prove t/Koha/Util/Search.t passes

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


More information about the Koha-bugs mailing list