From 8be4cfb740d766fa7506759cbb765395a71fd976 Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 22 Feb 2005 03:49:44 +0000 Subject: [PATCH] Orderby and desc optional fields added to search criteria (#589). --- livesupport/modules/storageServer/var/LocStor.php | 4 +++- livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/LocStor.php b/livesupport/modules/storageServer/var/LocStor.php index fa70beba0..25321d663 100644 --- a/livesupport/modules/storageServer/var/LocStor.php +++ b/livesupport/modules/storageServer/var/LocStor.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.34 $ + Version : $Revision: 1.35 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/LocStor.php,v $ ------------------------------------------------------------------------------*/ @@ -301,6 +301,8 @@ class LocStor extends BasicStor{ * *
  • limit : int - limit for result arrays (0 means unlimited)
  • *
  • offset : int - starting point (0 means without offset)
  • + *
  • orderby : string - metadata category for sorting (optional)
  • + *
  • desc : boolean - flag for descending order (optional)
  • *
  • conditions - array of hashes with structure: *