params :
array (
[ 'reservationSearch' ][ 'status' ] = array of strings () nowa | oferta | sprzedaż | sprzedana | anulowana,
[ 'reservationSearch' ][ 'reservationDateFrom' ] = 'yyyy-mm-dd', ( search all resDate > )
[ 'reservationSearch' ][ 'reservationDateTo' ] = 'yyyy-mm-dd', ( search all resDate < )
[ 'reservationSearch' ][ 'reservationNumber' ] = array ( str1, str2 ... strN ),
[ 'reservationSearch' ][ 'idReservation' ] = array ( str1, str2 ... strN ),
[ 'reservationSearch' ][ 'offerCode' ] = string,
[ 'reservationSearch' ][ 'offerDateFrom' ] = 'yyyy-mm-dd', ( search all offerDateFrom == )
[ 'reservationSearch' ][ 'offerDateTo' ] = 'yyyy-mm-dd', ( search all offerDateTo == )
[ 'reservationSearch' ][ 'idAgency' ] = int idAgency,
[ 'reservationSearch' ][ 'idAgencyPerson' ] = int idAgencyPerson,
[ 'reservationSearch' ][ 'orderBy' ] = 'reservationDate', 'number', ''
[ 'reservationSearch' ][ 'orderDirection' ] = 'a' | 'd'
[ 'reservationSearch' ][ 'perPage' ] = int default = 20
[ 'reservationSearch' ][ 'pageNo' ] = int default = 0 ( from 0 )
)