Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: Listings Manager (Realty Manager & Auto Manager):
Search

 

 


jimneilson
User

Dec 12, 2002, 5:30 AM

Post #1 of 2 (1316 views)
Shortcut
Search Can't Post

Hi Can you set up a search with more than Yes or No? Like "Schools" Yes, No, Near By, 1 to 3 Miles, 3 to 5 Miles. In the setup of that field would look like this: Schools: (,Yes,No,Near By,1 to 3 Miles,3 to 5 Miles)

So that when the search box for Schools has been selected the search will return listings that have 3 to 5 Miles in the description.

I hope this makes sense.

Jim


RobK_itools
Staff


Dec 12, 2002, 9:34 AM

Post #2 of 2 (1311 views)
Shortcut
Re: [jimneilson] Search [In reply to] Can't Post

Jim Smile

Makes perfect sense what you said. To do this you would have to add the extra selections into your "Listing Database Fields" (Setup Options -> Setup Listing Fields). So where it says Near School (,Yes, No) you would want to change this to Near School (,Yes, No, Near By, 1 to 3 Miles, 3 to 5 Miles). This way the selections are in the pull down for a new listing.

Once that has been done, the search page (_search_query.html template file) must be modified to use a pulldown (instead of a checkbox) that would have the search criteria in it Wink. The old search code that gave you a checkbox looked like this;

<tr>
<td><font size=2 face="arial">&nbsp;Near School&nbsp;</font></td>
<td><input type=checkbox name="lfield16_keyword" value="Yes" ></td>
</tr>
<tr>


You would change this code to look like the following;

<td>
<select name="lfield16_match">
<option value="">Any
<option>Yes
<option>No
<option>Near By
<option>1 to 3 miles
<option>3 to 5 miles
</select>
</td>


By modifying this code in the html tables you will have replaced the old search option with the new one. Now you may have to do some layout changes to make it look the way you want. Hope this helps Cool
Rob
interactivetools.com

(This post was edited by Cosmo on Dec 12, 2002, 4:55 PM)

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4