[Koha-bugs] [Bug 26860] Add search limit for records without items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 2 12:14:18 CEST 2021


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

David Nind <david at davidnind.com> changed:

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

--- Comment #15 from David Nind <david at davidnind.com> ---
Created attachment 119113
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119113&action=edit
Bug 26860: Add without items facet

Many libraries ask for a way to search biblio records without items.
In order to clean the catalogue or acquire items.
I propose to add a search limit and facet.
Only in staff interface for start.

I choose to use homebranch index, should always be defined on items.
Looks like itemnumber index can not be used because of its configuration in
ccl.properties.

Test plan :
1) Check with both Zebra and Elasticsearch
2) Perform a search on staff interface returning some records with and some
without items
3) Click on 'Limit to records without items'
4) Check you see only records without items
5) Click on 'Show all records'
6) Check you see all records again

Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list