Does Paragon RETS Support In Key Index?
The RETS 1.8 Specification indicates an ability to get an unlimited number of key values, using LIMIT = "NONE". Does Paragon RETS support this functionality?
The RETS 1.8 Specification indicates an ability to get an unlimited number of key values, using LIMIT = "NONE". Does Paragon RETS support this functionality?
Yes. Paragon RETS now supports the InKeyIndex functionality.
Values within the RETS metadata determine if the functionality is enabled for a particular resource/class and which fields are allowed to be returned.
If metadata-class has: HasKeyIndex=1 then InKeyIndex is enabled for that class.
If the selected search fields contain ONLY fields flagged in metadata-table with InKeyIndex=1 and the search has LIMIT=NONE, then the limit is suspended for that search transaction.
To enter a block of code:
Comments