$rets->SearchQuery - Help

164 views
Skip to first unread message

Chris Jackson

unread,
Apr 18, 2012, 2:34:11 PM4/18/12
to phr...@googlegroups.com
I have this set:

$query = "(26=Asher)";
$search = $rets->SearchQuery("Property", "1", $query, array(
   'Limit' => 30,
   'Count' => 1,
   'Format' => 'COMPACT-DECODED'
));

This dose return data for City of Asher.

But I now need to add "Listing Status" [54] = Active But now I ger nothing in the return.
$query = "(26=Asher),(54=Active)";

Please - what am I doing wrong? 

Jb

unread,
Apr 18, 2012, 2:38:28 PM4/18/12
to phr...@googlegroups.com
Try :

$query = "(26=Asher),(54=|Active)";


See if that works.

Wade Berlin

unread,
Apr 18, 2012, 2:41:57 PM4/18/12
to phr...@googlegroups.com
or 

$query = "(26=Asher),(54=|A)";

On Apr 18, 2012, at 2:38 pm, Jb wrote:

Try :

$query = "(26=Asher),(54=|Active)";


See if that works.


Thank you for your time,
Wade Berlin
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
BrokerIDX Networks
Creative,Affordable, Cutting Edge Technology for the Real Estate Professional
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Reply all
Reply to author
Forward
0 new messages