Hi!
I try to execute this code:
search_results = rets_client.search(resource='Property', resource_class='RES', limit=1, dmql_query='(ListPrice=150000+)')
for result in search_results:
print(result)
While trying to execute this code I'm getting an error, here is an error
rets.exceptions.RETSException: RETS Error 20203: Invalid Query Type
Any idea?
Any help would be appreciated.
Thanks