RETS server won't allow multiple searches
RETS URL: http://scwmls.rets.fnismls.com/rets/f... Account Name: realtyexecutives
We understand there is a field that notifies us when the listing information has been updated and a secondary field that notifies us when the photos have been updated.
We would like to start using the photo field to check for photo updates, however the team is running into issues. Can you please advise on the response I'm getting from my development team:
We tried different possibilities and we cannot use L_Last_Photo_updt & L_UpdateDate together in the search request. Some RETS servers won't allow multiple searches. we need to check with them.
Query
Class=SF_1&Count=1&Format=COMPACT-DECODED&Limit=2000&Offset=1&Query=((L_UpdateDate%3d2019-12-24T18:06:38%2b)OR(L_Last_Photo_updt%3d2019-12-24T18:06:38%2b))&QueryType=DMQL2&SearchType=Property&Select=L_UpdateDate,L_ListingID,L_Last_Photo_updt&StandardNames=0
And we are getting this error: Missing close parenthesis on subquery.
Comments