MikeAlhayek / RetsConnector

.NET Core client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system.
https://www.crestapps.com
11 stars 20 forks source link

Automatically decode short lookup values to long values? #7

Closed WaltMit closed 3 years ago

WaltMit commented 3 years ago

Does this have ability to have the returned property listing data have the long version of the lookup data?

I think it may be a parameter of format=compact-decoded in the url to the rets server.

WaltMit commented 3 years ago

I think this does decode lookup values to long values because I found this

public string Format { get; set; } = "COMPACT-DECODED";

in

RetsSdk/Models/SearchRequest.cs