Re: [Zope3-Users] Searching Content Objects

2005-07-24 Thread Jim Vine
generating a search form that accepts a few criteria, and has a submit button, that would then go off and fetches the results? Thanks, Jim --- Stephan Richter [EMAIL PROTECTED] wrote: On Saturday 23 July 2005 16:17, Jim Vine wrote: It seems from the documentation that ZCatalog

Re: [Zope3-Users] Passing Form Data (was Searching Content Objects)

2005-07-29 Thread Jim Vine
Hello again, By looking at the source to ZWiki I've managed to get a dummy version of my searching working, passing the data from the form by GET instead of POST. As well as changing the form method to get, I've changed the Python View Class to read: def getMatchingAdverts(self):