User Guide

Table Of Contents
580 Chapter 24: Building a Search Interface
#to# <br>
#subject# <br>
#body# <br>
<hr>
</cfoutput>
<!--- Index record set. --->
<cfindex action="refresh"
collection="pop_query"
key="messagenumber"
type="custom"
title="subject"
query="p_messages"
body="body">
<!--- Search messages for the word "action". --->
<cfsearch collection="pop_query"
name="s_messages"
criteria="action"
maxrows = "100">
<!--- Output search record set. --->
<cfoutput query="s_messages">
#key#, #title# <br>
</cfoutput>