I noticed you said you want to exlude them from the search, so I assume you mean that instead of excluding them from the index. If you search on a file based collection, the key value contains the full pathname of the result. You may be able to exclude folders by building logic into your criteria that does stuff like
AND NOT cf_key <contains> c:\thebadpath Another alternative is to use a query of query to filter the results after the query. That may be be a bit simpler. On 8/27/05, Anitha kancharla <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to exclude specific folders while searching is implemented > usig verity in coldfusion. > > Thanks > --Anitha > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:216608 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

