From ee7d0af37bc1af700bdd738e356b2cb9453d44d0 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Mon, 2 Nov 2009 11:16:05 +0100 Subject: [PATCH] POD improvement --- C4/SQLHelper.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/C4/SQLHelper.pm b/C4/SQLHelper.pm index 08cfdf3956..db8b6a4c0e 100644 --- a/C4/SQLHelper.pm +++ b/C4/SQLHelper.pm @@ -75,16 +75,23 @@ This module contains routines for adding, modifying and Searching Data in MysqlD =back $tablename Name of the table (string) + $data may contain - string + - data_hashref : will be considered as an AND of all the data searched + - data_array_ref on hashrefs : Will be considered as an OR of Datahasref elements $orderby is an arrayref of hashref with fieldnames as key and 0 or 1 as values (ASCENDING or DESCENDING order) -$limit is an array ref on 2 values + +$limit is an array ref on 2 values in order to limit results to MIN..MAX + $columns_out is an array ref on field names is used to limit results on those fields (* by default) + $filtercolums is an array ref on field names : is used to limit expansion of research for strings -$searchtype is string Can be "wide" or "exact" + +$searchtype is string Can be "start_with" or "exact" =cut -- 2.20.1