[Koha-bugs] [Bug 10200] Add more Independent Branches options

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 6 16:32:00 CEST 2013


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

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 17963
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17963&action=edit
Bug 10200 - Add more Independent Branches options - Part 2 -
IndependentBranchesOpacSearch

Enabling IndependentBranchesIntranetSearch will automatically add a
branch limit filter to the search results thus hiding all records
without one of more items owned by the library as defined by the
webserver environment variable BRANCHCODE for the given OPAC, including
records with no items attach.

Test Plan:
1) Apply the patch
2) Run updatedatabase.pl
3) Add this line to the http-conf for your OPAC:
      SetEnv BRANCHCODE "MPL"
   Replace MPL with the branchcode you want to use for this test
4) Perform a search that will give results for both records which
   have items owned by the set library, and records which have
   no items owned by the set library.
5) Enable the new system preference IndependentBranchesOpacSearch
6) Perform the same search again, any records without items owned
   by the library set in the BRANCHCODE environment variable should
   not appear.

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


More information about the Koha-bugs mailing list