Re: [Zope] search on search results, dynamically

2000-06-08 Thread R. David Murray

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 .

--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 )




[Zope] search on search results, dynamically

2000-06-08 Thread Philipp Dunkel

Hi out there,

I have a Catalog that indexes ZClasses (only one type).
Now I want to show the user all Instances in a list when
they come to the page.
The user should be able to use a search form to tailor down the
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.

Does anyone have an idea how to do this?

TIA
Philipp Dunkel


* Philipp DunkelICQ# 60149094  *
* zReal Productions*
* meet me at DALNet chan #phidu*




___
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 )