I am working on RETS API https://github.com/troydavisson/PHRETS
I am trying to search some parameters but getting error.
$search = $rets->Search("HISTORY", $class, "Change_Type=*",
array('Format' => 'COMPACT-DECODED', 'Count' => 1, 'Offset' => $offset));
getting the error
Fatal error: Uncaught PHRETS\Exceptions\RETSException: DMQL: Invalid Lookup criteria for field 'Change_Type'. in /rets/vendor/troydavisson/phrets/src/Session.php:424 Stack trace: #0 /rets/vendor/troydavisson/phrets/src/Session.php(280): PHRETS\Session->request('Search', Array) #1 /rets/bo3-history.php(96): PHRETS\Session->Search('HISTORY', 'History', '(Change_Type=*)', Array) #2 {main} thrown in rets/vendor/troydavisson/phrets/src/Session.php on line 424
Did anyone work on this?
Couple of things with this, but probably still not enough to make this work:
One thing you could potentially try: