Currently in Zebra 'limit to available' means: ## 'available' is defined as (items.onloan is NULL) and (items.itemlost = 0) Bug 25375 proposed for ES a slightly wider net: 783 onloan => undef, 784 notforloan => 0, 785 withdrawn => 0, 786 itemlost => 0, 787 damaged => 0 We should have a configuration for this, a way to allow libraries to decide which statuses are available/unavailable
We would support this. Our electronic resources have a custom notforloan setting of Online Resource to prevent people checking them out or placing holds etc. We would like to be able to have an additional custom availability setting of "Available online" for items that can be viewed online - currently limiting to available items removes these from the search results.
(In reply to Jeremy Evans from comment #1) > We would support this. > Our electronic resources have a custom notforloan setting of Online Resource > to prevent people checking them out or placing holds etc. > We would like to be able to have an additional custom availability setting > of "Available online" for items that can be viewed online - currently > limiting to available items removes these from the search results. If you have 22.11 you could probably add the "Available online" as a custom search filter. See: bub 17170
> If you have 22.11 you could probably add the "Available online" as a custom > search filter. See: bug 17170