Hi Ulf,
> In a web application I use several user-defined "dsp_" files which must be
> searchable for der Verity engine. But these "dsp_" files use several
> variables which aren't available (but necessary for the information). No
> when I use the search results from verity these results link
> directly to the
> "dsp_" files and not to the index file with the correct fuseaction. Are
> there any solutions available?
>
> I've thought about a solution like:
>
> <cfif NOT IsDefined("ATTRIBUTES.fuseaction")> .... but wouldn't this
> increase the processing time for each template?
>
> Please help me :-)
>
Two things come to mind....
Firstly, you should already have in app_globals.cfm a bit of code that looks
like this :
<cfif not isdefined("attributes.fuseaction")>
<cf_formurl2attributes>
</cfif>
<cfparam name="attributes.fuseaction" default="">
Secondly, You don't actually want to index the dsp_ pages with verity, you
need to index the contents of the database that is displayed on those pages,
so you need to give cfindex a query to index and not the dsp_ pages. Have a
look at custom indexes with verity in the documentation, hopefully that will
help you create what you really need.
Regards
Stephen
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.