First time here? Check out the FAQ!
0

How to search multiple parameters in query

  • retag add tags

RETS URL : http://maxebrdi.rets.fnismls.com/Rets... Username: CCAR_Mooveguru

Search("property", "RE_1", "(L_ListingID=100000+, L_Status=1_3)", array('Limit' => 5, 'Select' => '*' )

In above search query, I want to search both L_ListingID and L_Status. I tried above query but it is not working.

chaitanya's avatar
chaitanya
asked 2018-02-07 05:41:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Surround each parameter with () use "," for AND and "|" for OR.

(L_ListingID=100000+),(L_Status=1_3)

bwolven's avatar
bwolven
answered 2018-02-07 10:04:27 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks @Bruce Wolven.

chaitanya's avatar chaitanya (2018-02-08 01:34:16 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer