This commit is contained in:
Romain Neutron
2012-01-04 23:07:30 +01:00

View File

@@ -39,56 +39,67 @@ class searchEngine_options implements Serializable
* @var string * @var string
*/ */
protected $record_type; protected $record_type;
/** /**
* *
* @var string * @var string
*/ */
protected $search_type = 0; protected $search_type = 0;
/** /**
* *
* @var array * @var array
*/ */
protected $bases = array(); protected $bases = array();
/** /**
* *
* @var array * @var array
*/ */
protected $fields = array(); protected $fields = array();
/** /**
* *
* @var array * @var array
*/ */
protected $status = array(); protected $status = array();
/** /**
* *
* @var DateTime * @var DateTime
*/ */
protected $date_min; protected $date_min;
/** /**
* *
* @var DateTime * @var DateTime
*/ */
protected $date_max; protected $date_max;
/** /**
* *
* @var array * @var array
*/ */
protected $date_fields = array(); protected $date_fields = array();
/** /**
* *
* @var string * @var string
*/ */
protected $i18n; protected $i18n;
/** /**
* *
* @var boolean * @var boolean
*/ */
protected $stemming = true; protected $stemming = true;
/** /**
* *
* @var string * @var string
*/ */
protected $sort_by = self::SORT_CREATED_ON; protected $sort_by = self::SORT_CREATED_ON;
/** /**
* *
* @var string * @var string