On Thu, 8 Jun 2000, Philipp Dunkel wrote:
> amount of results, e.g. if my ZClass would handle Cars,
> they first see 500 car-objects, then they specify only reds,
> they get 200 results from the 500. Now they can specify a price
> and again the amount goes from 200 to say 50.
> This means I have to search on the results.

When you build the result page, put any searches already done
into hidden input fields in the form.  Then make sure those search
criteria get passed into Catalog as well as the new search selection.
Or depending on your interface model, you could put the searches
into normal fields, and the programming would become quite
simple <grin>.

--RDM


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to