27 Nov
2000
27 Nov
'00
10:50 p.m.
Bak @ kedai writes:
i have a ZCatalog that indexes news. i use keyword index, and text index. when i try
<dtml-in "Catalog(publication=myPub,section=mySec,date_posted=myDate)"> ..... it seems that the search was ORed, not ANDed.
i hope i'm clear enough. I tried it out: For me, it was definitely an AND.
What I did: Make a search for "Meta Type=Document Template" => lots of hits. Add "Title=xxxx" to the search => no hits Add "Title=Elvis" => some hits as I would expect. Dieter