Thanks! I actually have the Zope book right in front of me but that didn't pop out. Now that I created it as a text index it seems to work fine. Are there any better books on Zope (I hope that question isn't sacrilege), preferably focusing on Python over DTML. -----Original Message----- From: Andreas Jung [mailto:andreas@andreas-jung.com] Sent: Tuesday, May 20, 2003 2:18 PM To: John Toews; zope@zope.org Subject: Re: [Zope] Zcatalog & KeywordIndex --On Dienstag, 20. Mai 2003 14:10 Uhr -0500 John Toews <john@academiccolab.org> wrote:
I'm having some difficulties using my Zcatalog & my KeywordIndex within that catalog.
I have a subdirectory of different files, each with a property called "repo_keywords". I created a KeywordIndex called "repo_keywords". When
I search using this, I must enter the exact text within the repo_keywords property (instead of just one word or a phrase).
A keyword is as the name says a keyword. Means: you can only search for existing keywords and you *can not* use partial words. That's what fulltext indexes are for. Check the Zope Book for details! -aj
participants (1)
-
John Toews