Ian,

I am doing the same thing you are trying to get at. My results can be any
number of collections including text-based and db-based, just supply cfif
statements if the custom parameters are supplied for this particular record.
If you have set up the "return url" correctly in the collections, you will
be able to use the #url# parameter instead of static links such as
"/itdownloads/downloads/"


<tr>
<td>&nbsp;</td>
<td colspan="2">url: <a href="#url#<cfif
isDefined("custom1")>#custom1#</cfif>">#url#
<cfif isDefined("custom1")>#custom1#</cfif></a>
</td>
</tr>

-----Original Message-----
From: Ian Vaughan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 28, 2003 5:59 AM
To: CF-Talk
Subject: Coldfusion and Verity Results ???


Hi

I would be grateful if somebody with an in depth experience of coldfusion
and verity can help moe achive my goal here please....

>From the search form below the user has the option of searching all of the
site or just individual collections such as Links, Software Downloads...

<FORM action="search11.cfm" method="post" name="searchform">

<input type="hidden" name="StartRow" value="1">
<input type="hidden" name="MaxRows" value="25">

Search for : <input name="Criteria" size="25" value="">

<select name="search" size="1">
<option value="All">All of the site</option>
<option value="itlinks">Links</option>
<option value="downloads">Software Downloads</option>
<option value="itdocs">Document Knowledgebase</option>
<option value="itarticles">News/Area</option>
</select>
</form>

In the search results page how can the results of the search be shown, as
the user may have chosen to search all the site (collections) if this is the
case then I have the following problem...

Because each link from each collection would be different for example (show
below), how could this functionality be achieved in the results??

<a href="/itdownloads/downloads/#custom1#">#title#</a>
<a href="/itnews/articledetail.cfm?id=#key#">#title#</a>
<a href="#custom1#">#title#</a>






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to