Can anyone point me to an example verity search results page to use a guide to re-write what I am told is an old customized version.
this snippet of code below is producing garbage as seen here: (http://www.teratech.com/search?criteria=services) This must all be deprecated by now? the links areusing objectID syntax etc... <!--- output results ---> <cfoutput query="qResults" maxrows="#maxrows#" startrow="#url.startrow#"> <div style="margin:0px 30px 10px 0px; font-family: Georgia; font-color: ##666666; font-size: 11px;"> #score# <!--- check for extFile or farcry object ---> <cfif left(key,2) eq "\\"> <a href="#application.url.webroot#/download.cfm?extFile=#key#">#qResults.title#</a> <cfelse> <!--- farcry object ---> <a href="#application.url.conjurer#?objectid=#key#">#qResults.title#</a> </cfif> <br /> #summary# </div> </cfoutput> On Monday, March 17, 2014 9:05:28 AM UTC-5, Scott Conklin wrote: > > Sean (and all) > Thanks. That did it, This completes the upgrade... everything good now.. > > > On Monday, March 17, 2014 8:10:55 AM UTC-5, Sean Coyne wrote: > > Change this > > <cfset qResults = oVerity.search(lCollections=lCollections,searchString=<w > > ... -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@googlegroups.com To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.