Bugzilla – Attachment 43255 Details for
Bug 14861
Accession date comparison does not work in advanced search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14861 - [SIGNED OFF] Accession date comparison does not work in advanced search
Bug-14861---SIGNED-OFF-Accession-date-comparison-d.patch (text/plain), 1.59 KB, created by
Barton Chittenden
on 2015-10-08 13:14:39 UTC
(
hide
)
Description:
Bug 14861 - [SIGNED OFF] Accession date comparison does not work in advanced search
Filename:
MIME Type:
Creator:
Barton Chittenden
Created:
2015-10-08 13:14:39 UTC
Size:
1.59 KB
patch
obsolete
>From 26cd079d68b4993fa9478c584e5741304aa748f9 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 6 Oct 2015 11:42:04 +1100 >Subject: [PATCH] Bug 14861 - [SIGNED OFF] Accession date comparison does not > work in advanced search > >_Test plan_ > >Prerequisites: Make sure that you have an item with a valid dateaccessioned, >and that the bib is indexed in zebra. > >For the purposes of explanation, I'm going to use the date '2011-09-07' > >1) Go to advanced search in the staff client and choose 'Acquisition date (yyyy-mm-dd)' >2) Enter 2011-09-07 (or the date of your choice). >3) Click the search button - you should get your item in the search results. >4) Return to the advanced search screen and select Acquisition date again. >5) Enter a start and end date in the text field separated by ' - '. > >For example: > >2011-09-01 - 2011-09-30 > >6) Click the search button -- this will return no results. >7) Apply the patch and copy etc/zebradb/ccl.properties to whatever directory is specified >by the koha-conf.xml referenced by $KOHA_CONF. >8) Try the search again -- this will return the expected results > >Signed-off-by: Barton Chittenden <barton@bywatersolutions.com> >--- > 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 93ae8ec..51236ac 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -916,7 +916,7 @@ phr st-phrase > st-word 4=2 > st-key 4=3 > st-year 4=4 >-st-date-normalized 4=5 >+st-date-normalized 4=5 r=o > st-word-list 4=6 > wrdl st-word-list > #st-word >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14861
:
42980
|
42988
|
43151
|
43255
|
43420