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 > > ==^================================================================ 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 ==^================================================================
