[Koha-bugs] [Bug 14031] Itemnumber should be a numeric search in ccl.properties

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 02:42:30 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14031

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 38223
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38223&action=edit
Bug 14031 - Itemnumber should be a numeric search in ccl.properties

This patch changes the "itemnumber" alias so that it acts like
"itemnumber,st-numeric". That is, it always does a numeric search.

_TEST PLAN_

The best way to test this patch is to apply the patch and then run
"make upgrade", I suspect. As this will refresh your "ccl.properties".

However, this patch is actually really small, so you can just apply
it manually to an existing "ccl.properties" if you rather save time.

Basically, you just need to do the following steps:

0) Do a search for "itemnumber:<insert real indexed itemnumber here>"
1) Note that you can't retrieve any results
2) Change your ccl.properties to say "itemnumber 1=8010 4=109"
3) Repeat the search for "itemnumber:<X>"
4) Note that you now retrieve your result

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list