Hi, 
I am trying to search by Property group attributes. I have a custom Proeprty group with a date field, and I am trying to search with date range, however it is not filtering properly. Do you know if this can be achieved.
This is what I use:
Thanks
					
										I am trying to search by Property group attributes. I have a custom Proeprty group with a date field, and I am trying to search with date range, however it is not filtering properly. Do you know if this can be achieved.
This is what I use:
Code: Select all
This can be achieved from OpenKM itself easily, see attachment. $param = array(
    'content' => '',
    'dashboard' => true,
    'domain' => 1, // DOCUMENT = 1; FOLDER = 2; MAIL = 4;
    'id' => 0,
    'properties' => array("grpName" => 'okg:dates', "key" => "okp:dates.expdate", "value" => "20140507000000"));
 $find = http://localhost:8080/OpenKM/services/OKMSearch?wsdl->find(array('token' => $token, 'params' => $param));Thanks


 
										 
									 
									