When you index each collection set custom2 to be some value, eg
'link','download' etc. Then when you come to output the results just do a
cfswitch/case to determine which link the key or title should go to and
display accordingly.

Alex

> -----Original Message-----
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> Sent: 28 January 2003 11:59
> 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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

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

Reply via email to