Les, Sounds like you need to do a mixture of a content index on your includes folder as well as a custom index of a database table.
Your database needs to be able to tell the indexer the pages that reference your included pages, then include this information in a custom field when you index the includes folder. When you do a search of the collection of included pages, you can provide links to all the pages that include the resulting page from the contents of the custom field in the index. What you have to realise about Verity is that it is not a ColdFusion parser, it is a text indexing and retrieval engine. If you have a page that says "<cfinclude template="includes/thiscontentpage.html">", then that's what verity will see. It won't know that that is coldfusion and it should go away and process the page, it just sees words to be indexed. Hope this helps point you in the right direction. Regards Stephen CF-Europe http://www.cf-europe.org/ Olymia Conference Centre, London 29-30 May 2003 Discount tickets before March 14th 2003 ----- Original Message ----- From: "Les Mizzell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 5:18 PM Subject: RE: Verity with Includes Problem > The more I think about this problem, the more I can't understand WHY Verity > would parse files to be indexed and NOT pull in content from "includes" in > those files. > > Any thoughts on this? - or *IS* there a way to do it that I haven't stumbled > on yet? > > I guess we're all off to the MM Wishlist if anybody agrees with me! > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

