First time here? Check out the FAQ!
0

RETS server won't allow multiple searches

  • retag add tags

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.

Alysia's avatar
Alysia
asked 2020-03-05 11:21:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Instead of "OR" use "|" and "," means "AND".

((L_UpdateDate%3d2019-12-24T18:06:38%2b)|(L_Last_Photo_updt%3d2019-12-24T18:06:38%2b))
bwolven's avatar
bwolven
answered 2020-03-05 12:02:50 -0500, updated 2020-03-05 12:03:41 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer