If you have generated holdings, but are not using the "compressed"
display, your holdings show up regardless of scope. This change
limits the display to only sdists with a holding_lib in your current
search scope.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
# TODO: 'deleted' ssub support
my $sdists = $e->search_serial_distribution([
{
- "+ssub" => {"record_entry" => $bib}
+ "+ssub" => {"record_entry" => $bib},
+ "holding_lib" => { "in" => @orgs }
},
{
"flesh" => 1,