[libRETS-users] Search Request

Joe Davis joe.davis at hotmail.com
Fri Jun 8 14:06:07 CDT 2007


I'm sifting through the documentation for librets, specifically the C# files, and I need some help clarifying the search terms.   In the Search.cs file
8
        RetsSession session = new RetsSession(
9
            "http://demo.crt.realtors.org:6103/rets/login");
10
        session.Login("Joe", "Schmoe");
11

12
        SearchRequest searchRequest = session.CreateSearchRequest(
13
            "Property", "ResidentialProperty", "(ListPrice=300000-)");it searches property/residentialproperty for all houses listed at 300K, if I want to search for all houses active in a certain county it would look likesession.CreateSearchRequest("Property","ResidentailProperty"."(Status=|A)(County=Springfield)");Correct or incorrect? 
_________________________________________________________________
Live Earth is coming.  Learn more about the hottest summer event - only on MSN.
http://liveearth.msn.com?source=msntaglineliveearthwlm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.crt.realtors.org/pipermail/librets-users/attachments/20070608/fef7dcfa/attachment.html 


More information about the libRETS-users mailing list