[Koha-bugs] [Bug 10278] Add ability to hide items and records from search results for Independent Branches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 12 17:33:23 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10278

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 23490
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23490&action=edit
Bug 10278 - Add ability to hide items and records from search results for
Independent Branches

For the staff intranet, enabling IndependentBranchesRecordsAndItems
will automatically add a branch limit filter to the search results
thus hiding all records without one or more items owned by the logged
in library. In add addition, all items whose homebranch is not that
libraries will be filtered and hidden from the search results and
record details.

This system preference will not affect the OPAC, unless the environment
variable BRANCHCODE is defined in the koha-httpd.conf file. If it is
defined, the same filters are applied to the OPAC, but based on the
branchcode value of the environment variable BRANCHCODE, rather than the
logged in branch.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Perform a search that will give results for both records which
   have items owned by the logged in library, and records which have
   no items owned by the logged in library.
4) Enable the new system preference IndependentBranchesRecordesAndItems
5) Perform the same search again, any records without items owned
   by the currently logged in library should not appear.

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


More information about the Koha-bugs mailing list