Greetings,
I havent had a chance to give this much thought, but after playing
with AD for quite some time yesterday, I could not get any search
results to show. I added some logging statements in AD and phrets to
see what was going on. Basically, AD would construct the dmql
properly, like this:
2010-05-08 00:16:55,INFO,((STR=*plymouth*),(ZP=60605),(BR=2),(BTH=2))
Using another rets client, this dmql returns my results proper.
Once phrets gets to the point of executing the curl on the encoded
url, the url is this:
http://mredllc-rets.connectmls.com/rets/server/search?SearchType=Property&Class=9&Query=%28%28STR%3D*plymouth*%29%2C%28ZP%3D60605%29%2C%28BR%3D2%29%2C%28BTH%3D2%29%29&QueryType=DMQL2&Count=1&Format=COMPACT-DECODED&Limit=200&StandardNames=0
This query fails, and I'm not sure why. I imagine phrets(which I am
not familiar with) knows what it is doing, so the problem may be in
the hand off from AD to phrets?
Any input is of course appreciated, thank you,
-Steve