SEARCH_SEARCH
SEARCH_SEARCH
Search code page *
Handle Search requests.
$_driver : \Horde_ActiveSync_Driver_Base
Driver for communicating with the backend datastore.
$_state : \Horde_ActiveSync_State_Base
State driver
$_encoder : \Horde_ActiveSync_Wbxml_Encoder
Encoder
$_decoder : \Horde_ActiveSync_Wbxml_Decoder
Decoder
$_provisioning : integer
Whether we require provisioned devices.
Valid values are:
$_activeSync : \Horde_ActiveSync
ActiveSync server
$_device : \Horde_ActiveSync_Device
The device info
$_collections : \Horde_ActiveSync_Collections
__construct(\Horde_ActiveSync $as) : \Horde_ActiveSync_Request_Base
Const'r
\Horde_ActiveSync | $as | The ActiveSync server. |
_parseQuery(boolean $subquery = null) : array
Receive, and parse, the incoming wbxml query.
According to MS docs, OR is supported in the protocol, but will ALWAYS return a searchToComplex status in Exchange 2007. Additionally, AND is ONLY supported as the topmost element. No nested AND is allowed. All such queries will return a searchToComplex status.
boolean | $subquery | Parsing a subquery. |