[Zope-CMF] Problem when updating CMF 1.1 to CMF 1.2
josef_meile
jmeile@hotmail.com
Sat, 20 Apr 2002 18:28:14 -0000
--- In zopeCMF@y..., "josef_meile" <jmeile@h...> wrote:
> I just found another problem, when I try to search something, I
> get all the records in the catallog. What could be wrong?
I solved the problem with my search engine. I realized that the
search method has changed. Instead of:
<dtml-let results=portal_catalog>
You will find:
<dtml-let results="doFormSearch( REQUEST=REQUEST )">
The other one with the skins is still there.