[Koha-bugs] [Bug 27206] Elasticsearch sort by popularity must use totalissues search field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 21 14:37:07 CET 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Elastic uses the sum of the 'issues' field which is set to the default of
'952l' - so it should match the output when the totalissues field is counted
using items.

If you want it to match totalissues using statistics table, then we could map
it to 942$0

Using the sum of the issues from items means we don't rely on the cronjob to
update_totalissues which is maybe a good thing?

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


More information about the Koha-bugs mailing list