I opened a request for snippets in a previous thread: http://www.realestatewebmasters.com/thread21695.html
Can I have the syntax to display land, multi-family, etc?
Thanks
I opened a request for snippets in a previous thread: http://www.realestatewebmasters.com/thread21695.html
Can I have the syntax to display land, multi-family, etc?
Thanks
In the snippets add:
$_REQUEST['idx'] = "single-family";
$_REQUEST['idx'] = "condo-townhome";
$_REQUEST['idx'] = "land";
$_REQUEST['idx'] = "multi-family";
You can only do one of these at a time.
Note for others reading this - these are specific to SCP's site.
Thank you,
Thanks Aaron, can I have condo-townhome separated into their own individual searches?
You mean have one search for condos - then another for townhomes?
This block of code added to a snippet will do condos:
$_REQUEST['search_subtype'][] = "CND1F";
$_REQUEST['search_subtype'][] = "CND2F";
$_REQUEST['search_subtype'][] = "CNDBS";
$_REQUEST['search_subtype'][] = "CNDEU";
$_REQUEST['search_subtype'][] = "CNDOT";
Townhomes:
$_REQUEST['search_subtype'][] = "TOWNH";
Aaron - One last question. On the condo search, if I add this block in:
$_REQUEST['search_subtype'][] = "CND1F";
$_REQUEST['search_subtype'][] = "CND2F";
$_REQUEST['search_subtype'][] = "CNDBS";
$_REQUEST['search_subtype'][] = "CNDEU";
$_REQUEST['search_subtype'][] = "CNDOT";
It returns 0 results. If I break out each one, it does return results. It looks like when I add all of them at once it is acting like an "and" query. What would the syntax be for an "or" query of available condos?
Hi Shane,
There isn't a way to change it from the snippet - perhaps I can assist though ... I'll need you to give me an example of a snippet that you're trying this on. Please give me the name of the snippet and a link to the page that you've placed the snippet on.
Thank you,
Aaron - NVM - I figured it out..
Question though, do i have the ability to display foreclosure in my current snippets?
Last edited by SCP; 04-08-2009 at 10:54 AM.
Looks like it is a Yes/No in the TMLS. Would that still require a WO?
Also, is it possible to create a snippet that would search agent remarks?
© Copyright Real Estate Webmasters 2004-2010, All Rights Reserved. Terms of Service