Marlon, I'm not quite sure I understand how this will work, so let me rephrase my question and try to make the problem a little clearer.
It's been a while since I developed a search interace so to get a jump start I just used the wizard in CF studio. In the search results page let's say a file named dsp_somepage.cfm was returned by Verity that conatins my search text. For the user to get to that page, he/she has to click on the link which returns a "normal" path to the file such as www.mysite.com/folder1/folder2/dsp_somepage.cfm. To be true to FB, I need to have the FA associated with this page available in my search results page so that I can construct a link that uses a fuseaction and not the path returned by Verity. Hope this makes sense. Thanks, Dana Marlon Moyer wrote: > I got around this by creating a custom tag at the top of each page that > could be returned by a search. In essence, the tag looks like this: > > <cf_checkFuseaction fa="users.list"> > > and the tag looks like this > > ;--------------------------------------------------------------------------- > > ---- > ' checkFuseaction.cfm > '--------------------------------------------------------------------------- > > ---- > <cfif not findNoCase(attributes.fa,cgi.query_string)> > <cflocation url="/index.cfm?fa=#attributes.fa#"> > </cfif> > > Marlon > > > ----- Original Message ----- > From: "Dana Ernst" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, April 14, 2002 11:16 PM > Subject: Verity Searches and FB3 > > > > I'm not sure if this topic has been brought up before, but I'd like to > > understand how to make verity work with FB. > > > > I need to build a search interface that will return results from both my > > cfm display templates as well as files stored on the server. The problem > > I need to solve relates to the fact that returned search results for web > > pages use the file name as a link to the page containing the search > > text. If all my pages are accessed using fuseactions, how do I associate > > the proper fuseaction with the returned file name from verity? > > > > Any suggestions would be greatly appreciated. > > > > Dana > > > > > > > Dana ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
