First time here? Check out the FAQ!
0

SCWMLS querying by l_last_photo_updt not returning all results

  • retag add tags

Hi, I'm new to SCWMLS but not to RETS. I've noticed there are some gaps in our image download and I'm not sure what I'm doing wrong. We want to incrementally download photo updates so we've been using l_last_photo_updt to figure out which listings have been updated recently, then take those listingIDs and look up their photo URLs with GetObject. GetObject works fine, but our query to determine which listings are affected isn't working too well.

Example query: (L_Last_Photo_updt=2018-06-08T19:22:24-2018-06-08T20:08:29)

Example listing: 1832946

This listing's l_last_photo_updt is 2018-06-08T19:31:00 so I would expect it to be returned with the above query. I do get 15 listings back, but this isn't one of them. Any idea why that might be?

RETS version: 1.7.2

URL: http://scwmls.rets.fnismls.com/rets/f...

Account name: Blossor

Thanks!!

MattMessmer's avatar
MattMessmer
asked 2018-06-08 15:45:11 -0500, updated 2018-06-08 15:45:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I did the search using your credentials and that listing is not in the SF_1 class it is in the CD_2 class. When I searched using your query against the CD_2 class the listing is returned.

bwolven's avatar
bwolven
answered 2018-06-08 16:05:28 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks much for the quick response! That pointed me to the right place where I found a bug on my end.

MattMessmer's avatar MattMessmer (2018-06-08 17:02:02 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer