
Donna
Staff
/ Moderator

Nov 4, 2008, 12:36 PM
Post #2 of 2
(1767 views)
Shortcut
|
|
Re: [Active1965] Search / Output
[In reply to]
|
Can't Post
|
|
Hi there! You can create custom search results via a specific URL, so what you'd end up with is something like this: <a href="/path/to/search.cgi?search=1&lfieldX_keyword=London">London Properties</a> To break that down... /path/to/search.cgi : the server path to your search.cgi program. Probably something like this: /listman/exec/search.cgi search=1 : this tells the search engine that you want search results. It's required. lfieldX_keyword=London : replace the "X" with the number of the field that you've saved your city in (or whatever other field you want to search on). For example, if your "City" field was lfield9, you'd use: lfield9_keyword=London That's it! One other option, if you're not into constructing search results like this, is to simply run the search query and when you're looking at the page you want to link to, grab the URL. It'll likely have a lot more in it (as every field in your search page will be passed through it) but that won't matter since most of them will be empty, so it'll still have the same results. For setting up multiple rows of listings... take a look at this tutorial: http://www.interactivetools.com/forum/gforum.cgi?post=41018#41018 I hope this helps. :) Donna -- support@interactivetools.com
|