From 13665732e84d0c65996679c4657e9f967e4c9fae Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Thu, 19 Mar 2009 14:06:26 -0500 Subject: [PATCH] Bug 2958 - notforloan (8008) is a numeric field. Update index to allow searching for "On Order" items, -1 value. Example: http://atz.dev.kohalibrary.com/cgi-bin/koha/opac-search.pl?q=ccl=notforloan:-1 Without this patch, search for "-1" is normalized to "1". Signed-off-by: Galen Charlton --- 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 cd03e2a5c0..817595a431 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -951,7 +951,7 @@ materials-specified 1=8004 damaged 1=8005 restricted 1=8006 cn-sort 1=8007 -notforloan 1=8008 +notforloan 1=8008 4=109 ccode 1=8009 mc-ccode ccode itemnumber 1=8010 -- 2.20.1