<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western"><font face="Verdana">Hi all,<br>
<br>
I'm a Z3 novice making making a site search with ISearchableText. All
of the previous searches I have developed in Z3 were quite
straight-forward in that I indexed objects that always had a single
browser view configured on them that was suitable for using as a search
result URL should that object be returned by a catalog search.<br>
<br>
THIS time it's different. <br>
<br>
I have ISiteSection folderish objects with multiple browser:page views
configured on them via ZCML (let's say @@view1.html and @@view2.html).
These views each use a template and a view class. <br>
<br>
These ISiteSection objects contain other simple ITidbit content
objects. Depending on their ZPT and/or backing classes, @@view1.html
and @@view2.html could each potentially display content from any or all
of the ITidbit objects. <br>
<br>
The ITidbit objects do not have any view configured on them that
represents a full browser page - they were intended only to provided a
small portion (perhaps a paragraph) of a page's content... they are
essentially managed includes.&nbsp; <br>
<br>
My problem:<br>
If I index the ITidbit objects, and a catalog search returns the id of
a matched ITidbit object, and I check the ITidbit's parents for the
nearest ISiteSection object, I still need a way to determine which
ISiteSection views display content from which ITidbit objects. blarg.<br>
<br>
I'm starting to suspect my design pattern here isn't going to support
my requirements. Has anyone solved this problem or have any pattern
advice?<br>
<br>
Thanks!<br>
-Jer</font><br>
<pre class="moz-signature" cols="72">-- 
Jeremy Roberts
Technology Principal
The Incredible Pear
<a class="moz-txt-link-abbreviated" href="mailto:jer@incrediblepear.com">jerbear@incrediblepear.com</a>

</pre>
</div>
</body>
</html>