[Zope-CMF] Searching CMF returns all objects

josef_meile jmeile@hotmail.com
Thu, 25 Apr 2002 15:26:10 -0000


I ran into the same problem. Then, I just start to do whatever I 
found and then
I discovered that the CMF guys change the following line of 
the "search" method:
 
<dtml-let results=portal_catalog>
 
the new one should be:
 
<dtml-let results="doFormSearch( REQUEST=REQUEST )">
 
I changed it and it solved my problem.
 
Hope it helps,
greetings,
Josef.