[Zope] search on search results, dynamically

R. David Murray bitz@bitdance.com
Thu, 8 Jun 2000 18:22:27 -0400 (EDT)


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