Koha/admin
Srdjan Jankovic 18b8991cf1 bug_6253: Unified member Search()
Removed SearchMembers() and replaced with more generic Search()
Amended Search() to try cardnumber first
Replaced SearchMembers() calls with Search()
Replaced SELECT with Search() where appropriate
C4::SQLHelper:
- added support for '' key for search filter.
- when passing an array to filter, join with OR (rather than AND)
- added support for key => [val1, val2] in filter
- did not document - there was no input documentation to start with,
  and SQLHelper should be replaced with something better anyway

Signed-off-by: Liz Rea <lrea@nekls.org>
(again - testing merge issue)
The functionality of the patch seems to be maintained with Biblibre's changes.

I tested the following:
Extended attribute searching: works
3 part name searching: works
2 part name searching: works
1 part name searching: works

From:
mainpage.pl
members-home.pl
	Patron search limited by branch: Works
	Patron search limited by patron category: works
	Ordering by cardnumber instead of surname: works
The "Check Out" field in the masthead.

Circ Autocomplete is not reliably functional at this time, but the problem appears to predate this patch.
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-10-19 16:23:02 +13:00
..
admin-home.pl
aqbudget_owner_search.pl bug_6253: Unified member Search() 2011-10-19 16:23:02 +13:00
aqbudgetperiods.pl Bug 6181: Remove CGI Scolling lists from C4::Budgets 2011-08-14 20:24:31 +12:00
aqbudgets.pl
aqcontract.pl
aqplan.pl
auth_subfields_structure.pl
auth_tag_structure.pl
authorised_values.pl Bug 6679 Fix scripts in admin & acqui to pass Perl::Critic 2011-09-21 14:56:29 +12:00
authtypes.pl
biblio_framework.pl
branch_transfer_limits.pl Fix for Bug 6842 - Branch transfer limits broken 2011-09-21 09:37:31 +12:00
branches.pl Fix for Bug 6458 - incorrect parsing result in translation processing / branches 2011-09-14 10:08:47 +12:00
categorie.pl Fix for Bug 6872 - Can't set default SMS messaging options for patron category 2011-09-27 21:35:41 +13:00
check_budget_parent.pl
check_parent_total.pl
checkmarc.pl
cities.pl
classsources.pl
clone-rules.pl
currency.pl
env_tz_test.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
fieldmapping.pl
import_export_framework.pl
item_circulation_alerts.pl
itemtypes.pl
koha2marclinks.pl Using only default framework for koha2marclinks 2010-03-16 21:27:20 -04:00
marc_subfields_structure.pl
marctagstructure.pl Bug 5462: modified intranet scripts to match templates 2011-02-03 09:57:24 +00:00
matching-rules.pl Bug 6713, editing matching rules broken 2011-08-13 20:06:41 +12:00
patron-attr-types.pl Fix for Bug 5436 - Extended patron attributes display improvements 2011-09-23 15:35:54 +12:00
preferences.pl Bug 6755 follow up 2011-09-23 09:48:28 +12:00
printers.pl Bug 2505 - Add commented use warnings where missing in the admin/ directory 2010-04-21 20:20:11 +12:00
roadtype.pl
smart-rules.pl
stopwords.pl
systempreferences.pl Bug 6390: Implement 'see mine/my branches/all baskets'-syspref 2011-10-18 09:39:45 +13:00
z3950servers.pl