188
<P>#SearchSnippets.RecordCount# "hit
<CFIF SearchSnippets.recordcount is not 1>s</CFIF>" found
<P><I><B>#form.maxrows# records returned ...</B></I>
<CFTABLE QUERY="SearchSnippets" MAXROWS="#maxrows#"
STARTROW="1" COLHEADERS HTMLTABLE>
</CFTABLE>
</CFOUTPUT>
</CFIF>
...
out of #SearchSnippets.RecordsSearched# total record
<CFIF SearchSnippets.recordcount is not 1>s</CFIF>
searched.
<CFCOL HEADER="SCORE" TEXT="#score#">
<CFCOL HEADER="TITLE"
TEXT="<a href='#url#' target='blank'>#title#</A>">
<CFCOL HEADER="SUMMARY" TEXT="#summary#">
CFML Language Reference
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?