> I've set this up on our site and I've noticed some weird > behaviour with it.
> (*) Users performing different queries are getting the > same results. ( Ie. I do a search for 'c++' which returns > 100 records. Another user does an any any search and gets > back the same records. ( btw the any any should return in > the 2000+ range ). > I thought the cachedwithin only ran on queries that were > identical, it seems to be running the cached query > everytime the search is processed and ignoring the fact > that the searches are different. That's the way it's designed... Check the debugging output to make sure CF is executing different sql syntax and make sure you're not using any other caching methods around/for the html content. I believe <cfcache> for instance might cause this sort of behavior if it's mis-implemented. (Although I'll admit I haven't implemented it myself, so I'm guessing based on what I know of it.) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210952 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

