Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi all, I'm new to this forum - thanks in advance for the help.
I'm trying to set up searches for various subdivisions within a city. Code that seems to work (if agent entered correct data in MLS) is like this: $_REQUEST['snippet_city'][] = 'RSM';This will return only listings from the Walden tract. There are a couple other things I want to do: Return only listings from an "area" such as "DC" area of city "RSM". Return listings from multiple tracts. Ruturn only listing based on a list of multiple street names. Can anyone help with the syntax for these? A list of valid pre-defined search terms like ['snippet_city'] would be awesome. Regards, |
|
|||
|
Hi Peski,
Welcome to the forum! Could you please post a link to your site? |
|
|||
|
Hi Duncan,
Here's the link to the dev site: http://dev128.rewtemplates.com/ I actually got the "area" question sorted out with Duncan. I'm still curious about a selection for multiple values, like including two tracts in the search. Thanks |
|
||||
|
actually even better Paul, so you don't have to keep doing it, if you could put your name / website in your signature (User CP top navigation of the forums) then the staff won't continually ask you who you are
Diving right in on the IDX side of things, very impressive ![]()
__________________
Want to save up to 50% off Real estate webmasters product websites & common upgrades? Check out my latest blog post regarding our end of the year sale. |
|
||||
|
Btw, you are probably planning on doing this already, but I really suggest pairing down that list of cities in the /idx/ you only service a small portion of those areas right? Coto Da Caza etc?
__________________
Want to save up to 50% off Real estate webmasters product websites & common upgrades? Check out my latest blog post regarding our end of the year sale. |
|
|||
|
Quote:
You would do: $_REQUEST['search_tract'][] = 'Track 1'; $_REQUEST['search_tract'][] = 'Track 2'; $_REQUEST['search_tract'][] = 'Track 3'; and so on ... |
|
|||
|
Thanks Aaron, that works perfectly.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question on search snippets | RonnieG | REW IDX | 1 | 04-11-2008 12:25 PM |
| Too many cities to search | Jake Ralston | Work Orders | 3 | 02-13-2008 03:40 PM |
| Snippets IDX search | ColoradoHomeFinder | REW IDX | 10 | 01-29-2008 07:18 PM |
| I'm beginning the search engine process | itgl72 | Real Estate and Google | 9 | 04-08-2007 05:45 PM |