The current searching in labels is a bit minimal, and current only does keyword searc...
authorMason James <mason.loves.sushi@gmail.com>
Wed, 12 Nov 2008 06:55:39 +0000 (19:55 +1300)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 31 Dec 2008 17:15:44 +0000 (11:15 -0600)
commit990e315471c8c7995985ba9588f6dfc49ef37211
tree3e20984f203e60c5ca25a0e158e3209f3e22affe
parent31c6cd032bd897e8a57da511f2fcc16182705091
The current searching in labels is a bit minimal, and current only does keyword searching.

there is some old 2.2 code for more complete labels-searching, thats been commented out

ive logged a 'bug' for this - 2777

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2777

this fix...
  - enables the index-searching functionality
  - adds date-ranges
  - uses the numSearchResults syspref, not a hardcoded '20'
  - rewrote old 2.2 page-num code, (didnt work for 3.x)
  - some indent and whitepages tidys.
  - unused 2.2 search-code removed.

Mason

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
catalogue/search.pl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl
labels/label-item-search.pl