[Tickets #7876] Re: Searching with more than one strict fields

bugs at horde.org bugs at horde.org
Mon Feb 16 02:18:36 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7876
------------------------------------------------------------------------------
  Ticket             | 7876
  Updated By         | Chuck Hagenbuch <chuck at horde.org>
  Summary            | Searching with more than one strict fields
  Queue              | Turba
  Version            | 2.3.1
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
-Owners             | Horde Developers
+Owners             | Chuck Hagenbuch
------------------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2009-02-15 21:18) wrote:

My reproduce script for posterity:

define('AUTH_HANDLER', true);
require '../lib/base.php';

$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
$auth = &Auth::singleton($conf['auth']['driver']);
$auth->setAuth('chuck', array());

require './lib/base.php';

$driver = Turba_Driver::singleton('jenn');
if (is_a($driver, 'PEAR_Error')) {
     var_dump($driver);
     exit(1);
}
$content = array('__type' => 'Group', '__owner' => 'chuck', 'name' =>  
'DinnerParty');
$result = $driver->search($content);
var_dump($result);






More information about the bugs mailing list