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)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 20:53:50 +0000 (08:53 +1200)
commitf6cc28fa994109a92d188323831572b8bcfcdbde
tree6a02b921e52efa75eb61b68e2f94ba3f073f6d7b
parentc6ba59ce9e0a157997b75e4e07586a956c8e05d2
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>
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