First time here? Check out the FAQ!
0

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

davidhardik's avatar
davidhardik
asked 2021-04-12 04:41:34 -0500, updated 2021-04-12 04:45:41 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

bwolven's avatar
bwolven
answered 2021-04-12 10:47:08 -0500, updated 2021-04-12 10:50:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer