Query using multiple fields
Hi,
I would like to make query based on multiple fields like city, state and rest other searchable fields.. Kindly let me know.
Thank you
Hi,
I would like to make query based on multiple fields like city, state and rest other searchable fields.. Kindly let me know.
Thank you
Probably the easiest way to learn how to query would be to download a tool like RETS Connector.
http://www.retsconnector.com/
You can use it to build queries and with logging on you can see what the queries look like in the logs.
Generally it would take the form of "(L_State=FL),(L_City=Jacksonville)"
Where comma (",") = AND and pipe ("|") = OR and tilde ("~") = NOT.
To enter a block of code:
Comments