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)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:42 +0000 (12:19 +0100)
commit426260de1aa986530c805f2a6d6a845272c1224f
tree7553f820eab5da2e72bd4e7a27569bbe5d76f706
parent632e155c18cd6423bbea64e2da0343c405a0005b
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