Re: [OPEN-ILS-GENERAL] Limiting search options for a consortium?

2017-02-03 Thread Jesse McCarty
Thanks for the information, I have implemented this in a test server and it 
seems to have no effect. I can still search the entire Consortium and see 
records for other libraries. Did I miss something, or have the config in the 
wrong place? I edited the /etc/apache2/sites-available/eg.conf file and added 
the SetEnv physical_loc variable to each library as shown below (added it to 
the *.80 virtualhost as well), and have also made the staff client 
configuration change (value 1 or 2 made no difference).



[cid:image001.png@01D27E02.72DBD690]



Thanks again,



Jesse McCarty

City of Burlington

IT Technical Assistant



-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jeff 
Davis
Sent: Wednesday, February 01, 2017 2:26 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] Limiting search options for a consortium?



Hi Jesse,



I believe there are two steps you need to take:



(1) Set the physical_loc environment variable in the Apache config for each of 
your subdomains, using a directive like this:



 SetEnv physical_loc 4



(2) In your library settings, set "Org Unit Hiding Depth" to the appropriate 
value for each library.  Here's the description for that

setting:



This will hide certain org units in the public OPAC if the Physical Location 
(url param "physical_loc") for the OPAC inherits this setting.

This setting specifies an org unit depth, that together with the OPAC Physical 
Location determines which section of the Org Hierarchy should be visible in the 
OPAC.  For example, a stock Evergreen installation will have a 3-tier hierarchy 
(Consortium/System/Branch), where System has a depth of 1 and Branch has a 
depth of 2.  If this setting contains a depth of 1 in such an installation, 
then every library in the System in which the Physical Location belongs will be 
visible, and everything else will be hidden.  A depth of 0 will effectively 
make every org visible.  The embedded OPAC in the staff client ignores this 
setting.



Hope that helps!

Jeff





On 2017-02-01 09:24 AM, Jesse McCarty wrote:

> Hello Everyone,

>

>

>

> I was wondering if there are any configurations to restrict searches

> to a single library in a consortium setup? We have four libraries in

> our Evergreen system, all setup for access in sub-domains

> (Burlington.skagitcat.org, laconner.skagitcat.org etc...). Occasionally

> the search drop down gets switched/changed to search all the libraries

> instead of the local library, which causes some confusion for patrons

> looking for a book in our library when they don't realize the search

> result is showing them a book in a different library. There any

> configuration to eliminate the other options from the drop down box in

> the web OPAC? Screenshot for reference attached, we would like to keep

> the searches on the Burlington Public Library, but sometimes the box

> gets set to Skagit Evergreen Libraries.

>

>

>

> Thanks in advance

>

>

>

> Jesse McCarty

>

> City of Burlington

>

> IT Technical Assistant

>

>

>


Re: [OPEN-ILS-GENERAL] Limiting search options for a consortium?

2017-02-02 Thread Thomas Berezansky
I think that a quick extra note should be thrown out:

As I understand it the configuration described below will apply to patrons at 
home as well as those in the library. If you just want to restrict in-library 
machines you may need a different solution.

Thomas Berezansky
Assistant Network Administrator
Merrimack Valley Library Consortium
4 High ST, Suite 175
North Andover, MA 01845
Phone: 978-557-8161

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jeff 
Davis
Sent: Wednesday, February 01, 2017 17:26
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] Limiting search options for a consortium?

Hi Jesse,

I believe there are two steps you need to take:

(1) Set the physical_loc environment variable in the Apache config for 
each of your subdomains, using a directive like this:

 SetEnv physical_loc 4

(2) In your library settings, set "Org Unit Hiding Depth" to the 
appropriate value for each library.  Here's the description for that 
setting:

This will hide certain org units in the public OPAC if the Physical 
Location (url param "physical_loc") for the OPAC inherits this setting. 
This setting specifies an org unit depth, that together with the OPAC 
Physical Location determines which section of the Org Hierarchy should 
be visible in the OPAC.  For example, a stock Evergreen installation 
will have a 3-tier hierarchy (Consortium/System/Branch), where System 
has a depth of 1 and Branch has a depth of 2.  If this setting contains 
a depth of 1 in such an installation, then every library in the System 
in which the Physical Location belongs will be visible, and everything 
else will be hidden.  A depth of 0 will effectively make every org 
visible.  The embedded OPAC in the staff client ignores this setting.

Hope that helps!
Jeff


On 2017-02-01 09:24 AM, Jesse McCarty wrote:
> Hello Everyone,
>
>
>
> I was wondering if there are any configurations to restrict searches to
> a single library in a consortium setup? We have four libraries in our
> Evergreen system, all setup for access in sub-domains
> (Burlington.skagitcat.org, laconner.skagitcat.org etc...). Occasionally
> the search drop down gets switched/changed to search all the libraries
> instead of the local library, which causes some confusion for patrons
> looking for a book in our library when they don't realize the search
> result is showing them a book in a different library. There any
> configuration to eliminate the other options from the drop down box in
> the web OPAC? Screenshot for reference attached, we would like to keep
> the searches on the Burlington Public Library, but sometimes the box
> gets set to Skagit Evergreen Libraries.
>
>
>
> Thanks in advance
>
>
>
> Jesse McCarty
>
> City of Burlington
>
> IT Technical Assistant
>
>
>


Re: [OPEN-ILS-GENERAL] Limiting search options for a consortium?

2017-02-01 Thread Jeff Davis

Hi Jesse,

I believe there are two steps you need to take:

(1) Set the physical_loc environment variable in the Apache config for 
each of your subdomains, using a directive like this:


SetEnv physical_loc 4

(2) In your library settings, set "Org Unit Hiding Depth" to the 
appropriate value for each library.  Here's the description for that 
setting:


This will hide certain org units in the public OPAC if the Physical 
Location (url param "physical_loc") for the OPAC inherits this setting. 
This setting specifies an org unit depth, that together with the OPAC 
Physical Location determines which section of the Org Hierarchy should 
be visible in the OPAC.  For example, a stock Evergreen installation 
will have a 3-tier hierarchy (Consortium/System/Branch), where System 
has a depth of 1 and Branch has a depth of 2.  If this setting contains 
a depth of 1 in such an installation, then every library in the System 
in which the Physical Location belongs will be visible, and everything 
else will be hidden.  A depth of 0 will effectively make every org 
visible.  The embedded OPAC in the staff client ignores this setting.


Hope that helps!
Jeff


On 2017-02-01 09:24 AM, Jesse McCarty wrote:

Hello Everyone,



I was wondering if there are any configurations to restrict searches to
a single library in a consortium setup? We have four libraries in our
Evergreen system, all setup for access in sub-domains
(Burlington.skagitcat.org, laconner.skagitcat.org etc…). Occasionally
the search drop down gets switched/changed to search all the libraries
instead of the local library, which causes some confusion for patrons
looking for a book in our library when they don’t realize the search
result is showing them a book in a different library. There any
configuration to eliminate the other options from the drop down box in
the web OPAC? Screenshot for reference attached, we would like to keep
the searches on the Burlington Public Library, but sometimes the box
gets set to Skagit Evergreen Libraries.



Thanks in advance



Jesse McCarty

City of Burlington

IT Technical Assistant





[OPEN-ILS-GENERAL] Limiting search options for a consortium?

2017-02-01 Thread Jesse McCarty
Hello Everyone,

I was wondering if there are any configurations to restrict searches to a 
single library in a consortium setup? We have four libraries in our Evergreen 
system, all setup for access in sub-domains (Burlington.skagitcat.org, 
laconner.skagitcat.org etc...). Occasionally the search drop down gets 
switched/changed to search all the libraries instead of the local library, 
which causes some confusion for patrons looking for a book in our library when 
they don't realize the search result is showing them a book in a different 
library. There any configuration to eliminate the other options from the drop 
down box in the web OPAC? Screenshot for reference attached, we would like to 
keep the searches on the Burlington Public Library, but sometimes the box gets 
set to Skagit Evergreen Libraries.

Thanks in advance

Jesse McCarty
City of Burlington
IT Technical Assistant