[Zope-CMF] Topic ANDing
Meilicke, Scott
scott.meilicke@intp.com
Mon, 10 Sep 2001 09:49:29 -0700
Hi all,
I'd like my topics to be able to AND instead of OR. Per this message:
http://zope.nipltd.com/public/lists/ptk-archive.nsf/2f80d8dcfde6f195802568c1
00635ff4/2d170476f956835e80256a4f0051f9e3?OpenDocument&Highlight=2,criteria
zope 2.4.0 should have the ability to do so via a 'drop in index'. Does
anyone know how I can use this feature? I'm using zope 2.4.0 and CMF 1.1.
More detail:
doc1: subject="market", "competition"
doc2: subject="market", "industry"
topic1 criteria:"market", "competition"
topic2 criteria:"market", "industry"
I would like doc1 to show up in only topic1, and doc2 to show up only in
topic2. I'd rather not use subtopics for this.
Thanks - Scott