The following HTML code renders an input text box used to type the search filter and the markup of the content to be indexed and searched. I've done this using DIV elements but you can also use liveSearch with unorderder lists (UL elements).
<script type="text/javascript"> JQ(document).ready(
function() {
JQ('#snModules_txtSearch').liveUpdate('#snlist', 'div').focus();
}
);
</script>
<input name="snModules$txtSearch" type="text" id="snModules_txtSearch" class="NormalTextBox" />
<div id="snlist" style="overflow:auto;width:100%;height:300px">
<div id="dm_5" rel="5" class="module-global ">
<div class="reasonbar">
<div class="prod-title">Text<div class="reason"></div></div>
</div>
<div class="description-bar">
This module renders a snippet of HTML or text. The Html/Text module includes an edit page, which allows authorized users to the HTML or text snippets directly. The snippets are stored in the SQL database.
</div>
</div><div id="dm_61" rel="61" class="module-global ">
<div class="reasonbar">
<div class="prod-title">Content Rotator<div class="reason"></div></div>
</div>
</div><div id="dm_128" rel="128" class="module-global News">
<div class="reasonbar">
<div class="prod-title">Articles - News Archive<div class="reason">News</div></div>
</div>
<div class="description-bar">
Allows you to display a list of articles by month.
</div>
</div>
</div>