[Zope] keywordindex catalog
Paolo Dina
paolo at php3.it
Fri Oct 3 11:48:39 EDT 2003
Yurj wrote:
> I can find a record only if all the keywords are in the catalog.
I think that you must use 'lines' property type to specify a list of
different keywords, not 'string'.
Using lines you obtain something like: ['AAA', 'BBB', 'CCC', 'AAA
BBB', 'AAA CCC'], while with string you must handle this kind of list:
['AAA, BBB, CCC, AAA BBB, AAA CCC'].
Does this solve the problem?
If you need i can provide some code snippets too.
-paolo
P.S.:
please, if it would be possible, next time don't fork the discussion
in two different lists!
More information about the Zope
mailing list