From 543dc8e0365240441114359b7ddfa74863a318b6 Mon Sep 17 00:00:00 2001 From: Zoe Schoeler Date: Wed, 18 Jan 2017 00:55:43 +0000 Subject: [PATCH] Bug 17838 Availability limit broken until an item has been checked out. TEST PLAN 1. Make sure you have no items checked out. 2. Run sudo koha-rebuild-zebra -f -v kohadev. 3. Go to search the catalog and search. 4. Check items availability and then click on limit to currently available items. 5. This should return no results. 6. Apply patch and reload. 7. Results should show. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Attribute 14: " Specifies whether un-indexed fields should be ignored. A zero value (default) throws a diagnostic when an un-indexed field is specified. A non-zero value makes it return 0 hits." From http://www.indexdata.com/zebra/doc/querymodel-zebra.html Signed-off-by: Kyle M Hall --- etc/zebradb/ccl.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index 3ec1363754..27def12871 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -1029,7 +1029,7 @@ reserves 1=8021 Local-classification 1=8022 barcode 1=8023 bc barcode -onloan 1=8024 +onloan 1=8024 14=1 datelastseen 1=8025 datelastborrowed 1=8026 copynumber 1=8027 -- 2.20.1