Actually we are not indexing from the db. Since this is our first attempt at Verity, we simply created a test collection that points to our Web root. Our search results seem to work fine except for those page titles. Does indexing with spider require us to invoke another process on the server? (Again, we are new to this)
We assume since the textual content is searchable and displays in our search results, so too would a custom tag attribute - or is that idealistic thinking? In other words, if I search for 'coldfusion' and that yields 10 results, is it possible to 'read' those pages and retrieve our pageTitle attribute? Thanks for your help --- On Tue, 12/29/09, Raymond Camden <[email protected]> wrote: From: Raymond Camden <[email protected]> Subject: Re: Displaying Page Titles in Verity Search Results To: "cf-talk" <[email protected]> Date: Tuesday, December 29, 2009, 12:26 PM I assume you aren't indexing with the spider, but are rather indexing from the db? If so, then you need to find a correlation between you db data and proper tiles. So if you index blog entries, for example, you can use the blogTitle column (just guessing here of course) as your title column when indexing. On Tue, Dec 29, 2009 at 1:13 PM, Blizzm <[email protected]> wrote: > > We are using Verity collections for the first time and would like to > know how to display the Web page title in the search results. The catch > is that we are using a custom tag page wrapper on nearly all cfm > pages. > > The custom tag contains an attribute called 'pageTitle' where we pass the > title for each page that uses the tag. > > When > we search our collection, we would like the 'pageTitle' value to be > displayed in the search results. Using 'attributes.pagetitle' doesn't seem > to work and we > are hoping that there is a way to get this to work. > > Any suggestions are greatly appreciated. > > Thanks > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329364 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

