Hi David,
>
> 1. For normal .cfm files verity will return where the file is located,
but
> how do I direct it to the exact location with the appropriate fuseactions?
> My initial thought was to do set up a condition in each one of the
dsp_pages
> to essentially redirect the page to the
index.cfm?WithAppropriateFuseaction.
>
You don't need to do this..... Your display pages aren't going to have
anything worth indexing in them, as they should be displaying the content
from your database.
> 2. I would like to integrate both my normal .cfm templates, and query
> results for various applications that are running on the site, into one
> search form. I am not even sure where to begin for this.
>
What you need to do is look up the CFINDEX tag and how to do custom type
indexes.
http://127.0.0.1/CFDOCS/CFML_Language_Reference/2_ColdFusion_Tags/lr2_053.ht
m#1970279
You aren't indexing the individual queries on your site, you index the
subset of the data that you want users to be able to search.
http://127.0.0.1/CFDOCS/Developing_Web_Applications_with_ColdFusion/11_Index
ing_and_Searching_Data/dwa11_09.htm#1220495
I'm sorry I'm not being much help, but hopefully you'll be able get started
from the links in the CF online documentation.
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.