Real Estate Forums

REW IDX REW Customers only - ask questions, get support and report feed issues here.

Reply
 
Thread Tools Display Modes
Old 12-03-2007, 08:22 AM
jessiesc jessiesc is offline
Advanced Webmaster
 
Join Date: May 2006
Posts: 1,856
jessiesc is on a distinguished road
Default IDX Search problem

I created a few new snippets from the sample, and I noticed a few problems with not only the snippets but also the idx main search:

prop_type: MUL - Multi units do not show up in the list displays for any search either the snippets or the main search:

example: MLS# 375552 does not show up for residential search, commercial or multi-unit search.

Please verify and repair

Thanks
Reply With Quote
Old 12-03-2007, 10:08 AM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 5,987
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: IDX Search problem

Hi Jessie,

I just did a search by mls # on the main search page and that listing does come up.
The "prop_type: MUL" are in the "Dup/Tri/Quad Multi Unit" type selection from the search page.
If this is still an issue - can you please clarify.

Thank you,
__________________
Aaron
Programming
Real Estate Webmasters
Reply With Quote
Old 12-03-2007, 10:39 AM
jessiesc jessiesc is offline
Advanced Webmaster
 
Join Date: May 2006
Posts: 1,856
jessiesc is on a distinguished road
Default Re: IDX Search problem

Quote:
Originally Posted by Aaron View Post
Hi Jessie,

I just did a search by mls # on the main search page and that listing does come up.
The "prop_type: MUL" are in the "Dup/Tri/Quad Multi Unit" type selection from the search page.
If this is still an issue - can you please clarify.

Thank you,
Yes, it shows up if search by mls # but not if you select "multi" then search (without the mls#), same thing happens in the snippet.
Reply With Quote
Old 12-03-2007, 11:02 AM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 5,987
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: IDX Search problem

Strange - I did a search from here http://www.jennifermackay.com/idx/ selecting only the "Dup/Tri/Quad Multi Unit" property type - then hitting search then went to the very last page of the results and the listing is the last one.
__________________
Aaron
Programming
Real Estate Webmasters
Reply With Quote
Old 12-03-2007, 12:05 PM
jessiesc jessiesc is offline
Advanced Webmaster
 
Join Date: May 2006
Posts: 1,856
jessiesc is on a distinguished road
Default Re: IDX Search problem

Hmm, it works now for me also. The snippet is still not showing result though.

Here's the snippet code (snippet: multiunitunder100 actually none of the snippets for prop_type MUL work):

<?php
$_REQUEST['snippet_include'] = true;
$_REQUEST['price_max'] = "100000";

$_REQUEST['city'][] = "Panama City";
$_REQUEST['city'][] = "Callaway";
$_REQUEST['city'][] = "Cedar Grove";
$_REQUEST['city'][] = "Chipley";
$_REQUEST['city'][] = "Ebro";
$_REQUEST['city'][] = "Fountain";
$_REQUEST['city'][] = "Freeport";
$_REQUEST['city'][] = "Hiland Park";
$_REQUEST['city'][] = "Lake Merial";
$_REQUEST['city'][] = "Lynn Haven";
$_REQUEST['city'][] = "Panama City Beach";
$_REQUEST['city'][] = "Parker";
$_REQUEST['city'][] = "Southport";
$_REQUEST['city'][] = "Springfield";
$_REQUEST['city'][] = "Unincorporated";
$_REQUEST['city'][] = "Wausau";
$_REQUEST['city'][] = "Youngstown";

$_REQUEST['prop_type'] = "MUL";

//ASF = ASF/Attached Individual Unit
//CND = Condominium
//DSF = Detached Single Family
//FRM = Farm
//MOB = Mobile/Manufactured
//MUL = Dup/Tri/Quad Multi Unit

//To limit by bedrooms or bathrooms

//Code:
//$_REQUEST['bedrooms'] = "2";
//$_REQUEST['bathrooms'] = "2";

include $_SERVER['DOCUMENT_ROOT'] . "/idx/search.php";
?>
Reply With Quote
Old 12-03-2007, 01:02 PM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 5,987
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: IDX Search problem

$_REQUEST['prop_type'] = "MUL";

Should be

$_REQUEST['proptype'][] = "MUL";
__________________
Aaron
Programming
Real Estate Webmasters
Reply With Quote
Old 12-03-2007, 03:54 PM
jessiesc jessiesc is offline
Advanced Webmaster
 
Join Date: May 2006
Posts: 1,856
jessiesc is on a distinguished road
Default Re: IDX Search problem

Ok figured it out:

Needs a space: "MUL "

Last edited by jessiesc : 12-03-2007 at 08:12 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

REW Conference

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 12:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.