[#1408] progress!
[email protected] (simon)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080501134008-0700__1407.79558937556$1209674492$gmane$org@zwiki.org> |
I found it necessary to delete the whole catalog and run setupCatalog/setupTracker again. Now using the built-in !ZwikiLexicon it can index every page. Yay!
For reference: !ZCTextIndex add form is hard coded to see only !ZCTextIndex Lexicons. To configure a different lexicon by hand, you need a patch like so::
diff -rN old-zope-2.10.5/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml new-zope-2.10.5/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml
64c64
< <dtml-in expr="superValues('ZCTextIndex Lexicon')">
---
> <dtml-in expr="superValues(['ZCTextIndex Lexicon','ZCTextIndex Unicode Lexicon','ZwikiLexicon'])">
--
forwarded from http://zwiki.org/1408ZwikiOrgCatalogIsNotCompletelyWorking#[email protected]