[Zope] ZCatalog and SQL
Markus Hochreiter
Markus Hochreiter" <mh@pernau.at
Mon, 8 May 2000 11:22:24 +0200
Hi,
Can somebody tell me, how I can reindex a ZCatalog programmatically?
I have found the following
manage_catalogReindex(REQUEST, RESPONSE, URL1)
But I don't know what I should insert for the variables (REQUEST, RESPONSE,
URL1), can somebody help me, please.
And my second question is:
Is it possible with a sql methode to add data from a webform, because when I
call the sqlmethode as <form action=sqlmethode...> I will be redirected to
the management interface!
mex