[Zope-CMF] Multiple search by using portal_catalog...
josef_meile
jmeile@hotmail.com
Mon, 08 Apr 2002 13:08:42 -0000
I just solved the problem by returning the title, subject and
description fields in the SearcheableText method. I don't know if it
is the optimal solution, but it works. Anyway, does anybody have
another idea?
--- In zopeCMF@y..., "josef_meile" <jmeile@h...> wrote:
> I'm looking for a search that return all the objects that contain a
> word in at least one (and not in all) of the following fields:
> - Title
> - SearcheableText
> - Subject
> - Description
>
> Thanks in advance,
> Josef.