Re: AW: Problems with search
Witchcorp <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Organization | Praxis für Logopädie |
| Message-ID | <[email protected]> |
Sorry, it wont work. Now I tested all thinkable installation versions of zope and zms (even the newest Zope2.11 and ZMS 2.11) on an Windows vista and an Windows XP system only with the content which comes with the ZMS installationfile. The searchproblem ist always the same. The search finds words that are in folders and documents directly under the homefolder but not in the documents and folders which are on the third level. Maby its not a configurationproblem but a bug in zope or ZMS. Thank you for your patience and your help. best regards Bianca Dr. Frank Hoffmann schrieb: > > > There are no level limits, of course. > Last try: > Please use the following DTML method to delete residual attributes and > reindex again: > ------------------ > cleanObjAttrs > %<---------------- > <html> > <body> > <dtml-with content> > <dtml-let l="[this()]"> > <dtml-call "l.extend(getTreeNodes(REQUEST))"> > <dtml-in l> > <dtml-let ob=sequence-item> > <dtml-in "operator_getattr(ob,'__dict__').keys()" sort> > <dtml-let key=sequence-item> > <dtml-if "key in ['zcat_text_ger', 'oRoot', 'oRootNode', 'oParent', > 'oCurrNode', 'bInRootTag', 'bInCData']"> > <dtml-call "operator_delattr(ob,key)"> > <dtml-var "ob.absolute_url()"> <dtml-var key><br/> > </dtml-if> > </dtml-let> > </dtml-in> > </dtml-let> > </dtml-in> > </dtml-let> > </dtml-with> > </body> > </html> > %<---------------- > Add an new DTML method on template level, name it "cleanObjAttrs" and put > the code into the text field; after saving, click onto the "view" tab to > execute the method. Then do a ZMS-reindex and try your testing search > again. > > Good luck > fh > >
Screen 00005.jpg
(image/jpeg, 117.7 KB) - not displayed
Screen 00006.jpg
(image/jpeg, 93.4 KB) - not displayed