As near as I can tell, Verity's working fine
(albeit a bit slower than I'd like).

The problem is the CF app refuses to update
the WDDXed client vars in a DB for two words. (!)

best, paul


At 11:21 AM 7/25/00 -0700, you wrote:
>Hi Paul,
>
>I've got a Verity Collection that retrieve the word Attorney just fine so it
>may be how you're indexing it.
>
>
>I'm using a SQL7 database to store client variables via WDDX
>
>The relevant script CF for a updating a Verity Search Term
>passed to it by a form follows:
>
><!---Update client variables--->
><CFIF ISDEFINED("Form.st")>
><CFSET VARS = STRUCTNEW()>
><CFWDDX ACTION="WDDX2CFML" INPUT="#client.vars#" OUTPUT="vars">
><CFSET VARS["Search_Term"] = FORM.ST>
><CFWDDX ACTION="CFML2WDDX" INPUT="#Vars#" OUTPUT="wddx_vars">
><CFSET CLIENT.VARS = WDDX_VARS>
><CFELSE>
><CFSET VARS = STRUCTNEW()>
><CFWDDX ACTION="WDDX2CFML" INPUT="#client.vars#" OUTPUT="vars">
></CFIF>
>
>The CF script updates fine for many, many Search Terms, EXCEPT when
>Form.st = "Attorney" OR Form.st = "Attorneys" !!!
>
>But Form.st = "Attorneys-Patent" works fine
>as does Form.st = "Attorney Referal Service"
>
>Is this someone's lawyer joke?
>
>HELP!
>
>best,  paul
>
>----------------------------------------------------------------------------
>--
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to