as to  the verity search that I have been trying to get working again, I 
re-created all the collections and so I am passed those errors:

now , i get the next error which says

Element RECORDCOUNT is undefined in QRESULTS.

Where qResults is defined as follows:

<cfset oVerity=createObject("component", 
"farcry.plugins.farcryverity.packages.custom.verityService").init()>
<cfset qResults = 
oVerity.search(lCollections=lCollections,searchString=searchCriteria)>


I dumped out the contents of qResults and it does not have a recordcount 
property.. not knowing verity, i am not sure what to expect:

structLCOLLECTIONSTOSEARCH
teratech_rev2_farVerityLog,teratech_rev2_dmInclude,teratech_rev2_dmNews,teratech_rev2_farVerityCollection,teratech_rev2_dmHTML
SEARCHCRITERIA[empty string]qResultsquery AUTHORCATEGORYCATEGORYTREECONTEXT
CUSTOM1CUSTOM2CUSTOM3CUSTOM4KEYOBJECTIDRANKRECORDSSEARCHEDSCORESIZESUMMARY
TITLETYPEURLstQueryStatusstructFOUND0SEARCHED0TIME0
This is the snippet  of code that the search form wants to execute:
Is this no longer compatible with the way the verity plugin works now? 

<cfif isDefined("qResults") AND qResults.recordCount gt 0>
<!--- 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 Friday, March 14, 2014 8:17:56 AM UTC-5, Scott Conklin wrote:
>
> Why yes... Sean.. that  particular one was missing. hmmm, i had created it 
> before.
> whatever the case, it is three now, thanks. 
>
>
> On Friday, March 14, 2014 8:11:19 AM UTC-5, Sean Coyne wrote:
>
> Is it defined in the CF admin?
>
> On Friday, March 14, 2014 9:09:35 AM UTC-4, Scott Conklin wrote:
>
> I am sill getting the following error on verity: 
> The collection teratech_rev2_farveritylog does not exist.
>
> despite having it defined in the webtop under verity collections
>
>
> On Monday, March 10, 2014 6:45:22 PM UTC-5, Scott Conklin wrote:
>
> I hit refresh after each error; creating the collection as i went. but it 
> seems to tell me that this one does not exist 
>
> The collection teratech_rev2_farveritycollection does not exist.
>
>  i have created it however in the admin:
>
>
> https://www.evernote.com/shard/s349/sh/c2f9a184-219f-4d13-a85d-6fecd8324028/76c3b4c3f0e7bb57b233b6201a1f081b
>
>
> On Monday, March 10, 2014 3:25:41 PM UTC-5, Geoff Bowers wrote:
>
> The search function call that returns search results takes a list of 
> collections as a parameter. You might start there.
>
> Creating collections is straightforward; choose a content type eg news and 
> select the properties that should be indexed - normally just the text 
> fields.
>
> GB
> —
> Sent from <a href="<a href="https://www.dropbox.com/mailbox"; 
> target="_blank" onmousedown="this.href='
> https://www.google.com/url?q\75https%3A%2F%2Fwww.dropbo<https://www.google.com/url?q%5C75https%3A%2F%2Fwww.dropbo>
>
> ...

-- 
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.

Reply via email to