Just wanted to get this out to anyone using Oracle with FarCry: we were recently trying to figure out why FarCry (build 2-3-2) wasn't allowing us to search on the teaser in our custom types. The answer was in farcry_core/packages/farcry/genericAdmin.cfc
On line 92 Change <cfset fieldType = "string,nstring,date,UUID"> To <cfset fieldType = "string,nstring,date,UUID,longchar"> This is to include the NCLOB datatype. ------------------------------------------- Mike Britton Programmer / Analyst (Contractor) NTP Information Systems Support 919 541-0642 Email: [EMAIL PROTECTED] NIEHS, MD EC-03, P.O. BOX 12233, Research Triangle Park, NC 27709 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
