Not handy - but check the docs. Basically - assuming "data" is your
info from cfsearch, you can do (pseudo-code)

<cfquery name="filteredData" dbtype="query">
select *
from data
where cf_custom2 = put your session var here
</cfquery>



On 5/23/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:
> Seems very strange how it does not work ?
> 
> Do you have an example of a query of query I could use to test please,
> 
> -----Original Message-----
> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> Sent: 23 May 2005 14:32
> To: CF-Talk
> Subject: Re: Verity and Security
> 
> Sorry then - I'm at a lost. As I mentioned, when I tried a local
> version, it worked just fine. You could consider using query of query to
> filter the results.
> 
> On 5/23/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:
> > Yes, tried CONTAINS as well, same result - no records found ?
> >
> > -----Original Message-----
> > From: Raymond Camden [mailto:[EMAIL PROTECTED]
> > Sent: 20 May 2005 17:10
> > To: CF-Talk
> > Subject: Re: Verity and Security
> >
> > Did you try <CONTAINS> as well?
> >
> > On 5/20/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:
> > > Nope even with the quotes shown in the results page I sent in the
> > > last
> >
> > > post, the search is returning no results ? .
> > >
> > > What is strange though is if I remove the
> > >
> > > and CF_CUSTOM2 <IN> ""#session.groupname#"""
> >
> >
> >
> >
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207437
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to