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.