> NOW, EVEN MORE CRAZY, if I take out the data types in the 
> QueryNew() method,
> so that it is just:
> 
> <cfset REQUEST.SearchQuery = QueryNew(
>   "title, date, preview, link, score",
>   ) />
> 
> , the whole thing works like a charm. CRAZY!

Someone else might notice something, but it looks like it might be a
bug.  But since CF is supposed to be a typeless language, and you've
found it works if you don't specify types in your initial query, that's
probably your best bet.  If this data ever ends up heading to a DB, you
can do a cfqueryparam at that point to make sure all is kosher.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238092
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to