I'm using CF MX and IIS 6.0.

Some results of a search display as blank lines and when I click on them it 
points to IIS's "/_vti_cnf/" directory which is not valid and I don't want. 
Part of my search.cfm page is listed below. How can I exclude the indexing of 
these directories in collections?

Thanks.

RO
HWW


<CFSEARCH NAME="SearchSnippets"
   COLLECTION="databases, AboutHW, dd, jcdawards, productsupport, 
documentation, vendors"
    TYPE="simple"
        MAXROWS="20"
        CRITERIA="#FORM.searchstring#">
</CFIF> 

</cfif>    

<CFIF IsDefined("form.searchstring")>

<CFIF #SearchSnippets.RecordCount# GT 0>
<table border="0" cellspacing="0" width="600" cellpadding="5">
<tr><td>
</td></tr>
<tr><td>
<p class="plain"><font color="#178F88">
<b>Results for your search of: </b> 
"<cfoutput><em>#FORM.searchstring#</em></cfoutput>"
</font>
</td></tr>
</table>
</cfif> 

<p align="center"></p>
<table border="0" cellspacing="0" width="600" cellpadding="5">
<CFOUTPUT QUERY="SearchSnippets">
<tr onMouseover="HighLightTR('##f0f0e1');" 
ondblclick="self.location=('#url#');">
<!--- <tr BGCOLOR="#IIF(currentrow MOD 2, DE('FFFFFF'), DE('E9E9E9'))#"> --->
<td align="top" valign="top">
<p class="plain"><b>#rank#</b>)</td>
<td align="top" valign="top">
<p class="plain"><a class="linking" href="#URL#">
        <CFif len(title) gt 65>
         <b>#Left(title,65)#...</b>
         <cfelse>
         <b>#title#</b>
         </cfif>
          </A></td>
</tr>
</CFOUTPUT>
</table>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318430
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to