I am getting an invalid query syntax when I try to query by status:
Here is the query string before it gets converted:
(ListingRid=0+),(SearchPrice=0+),(Status=A)
Below is the query string pulled from my debug logs
> GET /Brunswick/BRWC/search.aspx?SearchType=Property&Class=RESI&Query=%28ListingRid%3D0%2B%29%2C%28SearchPrice%3D0%2B%29%2C%28Status%3DA%29&QueryType=DMQL2&Count=1&Format=COMPACT-DECODED&Limit=10000&Offset=1&StandardNames=0
Here is the error message being returned
<RETS ReplyCode="20206" ReplyText="Invalid Query Syntax.">
If I take the status out of the query it runs fine.
Any idea what I am doing wrong?
This is a Rapattoni MLS Server
Thanks!
Randy