In the verity admin in the webtop you can create the collections and identify what content type they index, and what properties they use
On Thursday, March 20, 2014 9:38:20 PM UTC-4, Scott Conklin wrote: > > I was wrong about what i had said in this thread about needing to setup > verity collections to point to the site files. > turns out it need to reference the database.. > I have these collections and notice that they correspond to tables with > the same/similar names: > Would by chance those tables have been the source for these collections? > how can I set up that the verity plugin searches db records instead of the > file directories? > > teratech_rev2_dmhtml > > teratech_rev2_dminclude > > teratech_rev2_dmnews > > teratech_rev2_farveritycollection > > teratech_rev2_farveritylog > > > > > On Thursday, March 20, 2014 8:15:53 PM UTC-5, Scott Conklin wrote: > > >> FarCry has a built in error handler for 404/500 errors that removes > any debugging information and supplies a simple message to users. > This does not seem to work for me ... > > neither does dropping in a simple error errorhandler into > *project-root\}/www/errors/*. as a 500.cfm file. > > I dummied up an error in the search routine... see it here: > > *http://www.teratech.com/search?criteria=services > <http://www.teratech.com/search?criteria=services>* > > > > > > On Wednesday, March 19, 2014 8:39:05 PM UTC-5, Justin Carter wrote: > > Usually if you have an errors/500.cfm in your webroot (or in the project > folder) then it will be used: > https://farcry.jira.com/wiki/display/FCDEV60/Error+Pages > > If you are logged in to the webtop or running the app from > localhost/127.0.01 you will see the error message + dump, so you'd need to > log out or try from a remote IP to see the nice error page. > > > cheers, > Justin > > -- > Justin Carter > http://www.madfellas.com/blog > http://twitter.com/justincarter > > > On Thu, Mar 20, 2014 at 12:23 PM, Scott Conklin <[email protected]>wrote: > > From what i understand the old farcry site had an error handler that > trapped errors and showed a friendly message to the user instead of the cf > error dumps. > Is there an easy way to add this in 7.0 or can i just add a cferror tag > call to the farcryconstructor.cfm? > > > > On Monday, March 17, 2014 5:53:47 PM UTC-5, Justin Carter wrote: > > Yep, getLink() will generate a friendly URL from the objectid you pass in. > > Score is a value that Verity returns in the query object, it's up to you > if you want to display it :) (I usually wouldn't, but it's up to you). > > > cheers, > Justin > > -- > Justin Carter > http://www.madfellas.com/blog > http://twitter.com/justincarter > > > On Tue, Mar 18, 2014 at 9:20 AM, Scott Conklin <[email protected]>wrote: > > Justin > > i assume this will handle making the links work and show as Freindly URLs? > > what about the score? what is that about? > > 0.0000 TeraTech - > #request.pagetitle#<http://www.teratech.com/index.cfm?objectid=C:%5Cinetpub%5Cwwwroot%5CClients%5CFarCry4Sites%5Cprojects%5Cteratech_rev2%5Cwww%5C_header_static.cfm> > > Contact Us Today! | + 1 (301) 424 3903 News and Events > > > On Monday, March 17, 2014 5:12:47 PM UTC-5, Justin Carter wrote: > > The application.fapi.getLink() function should do the trick: > > http://docs.farcrycore.org/trunk/component-lib-fapi.html#getLink > > > cheers, > Justin > > -- > Justin Carter > http://www.madfellas.com/blog > http://twitter.com/justincarter > > > On Tue, Mar 18, 2014 at 8:28 AM, Scott Conklin <[email protected]>wrote: > > 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: (<a href=" > http://www.teratech.com/search?criteria=services" target="_blank" > onmousedown="this.href=' > http://www.google.com/url?q\75http%3A%2F%2Fwww.teratech.com%2Fsearch%3Fcriteria%3Dservices\46sa\75D\46sntz\0751\46usg\75AFQjCNGaaqA-4OVzAoskj2xLPAdQ_FgSig';return<http://www.google.com/url?q%5C75http%3A%2F%2Fwww.teratech.com%2Fsearch%3Fcriteria%3Dservices%5C46sa%5C75D%5C46sntz%5C0751%5C46usg%5C75AFQjCNGaaqA-4OVzAoskj2xLPAdQ_FgSig';return>true;" > onclick="this.href=' > http://www.google.com/url?q\75http%3A%2F%2Fwww.teratech.com%2Fsearch%3Fcriteria%3Dservices\46sa\75<http://www.google.com/url?q%5C75http%3A%2F%2Fwww.teratech.com%2Fsearch%3Fcriteria%3Dservices%5C46sa%5C75> > > ... -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
