hi i need to search for items in a folder and related subfolders. is there a way to use Catalog object to do that kind of search?? 10x dragos
Yes...read the corresponding "Searching..." section in the Zope Book. -aj --On Dienstag, 29. Oktober 2002 11:03 +0200 Dragos Chirila <d.chirila@bucarest.finsiel.ro> wrote:
hi
i need to search for items in a folder and related subfolders. is there a way to use Catalog object to do that kind of search??
10x
dragos
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
hi again there is only 1 Catalog object in root folder .. how can i use it to search in a certain folder and related subfolders ??? dragos ----- Original Message ----- From: "Andreas Jung" <lists@andreas-jung.com> To: "Dragos Chirila" <d.chirila@bucarest.finsiel.ro>; <zope@zope.org> Sent: Tuesday, October 29, 2002 11:14 AM Subject: Re: [Zope] search stuff
Yes...read the corresponding "Searching..." section in the Zope Book. -aj
--On Dienstag, 29. Oktober 2002 11:03 +0200 Dragos Chirila <d.chirila@bucarest.finsiel.ro> wrote:
hi
i need to search for items in a folder and related subfolders. is there a way to use Catalog object to do that kind of search??
10x
dragos
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Dragos Chirila wrote:
hi again
there is only 1 Catalog object in root folder .. how can i use it to search in a certain folder and related subfolders ???
Suggest you read the Zope Book, there's lots of handy info in there on searching ;-) You can create more catalogs if you need to, just drop down the 'Add...' list and select 'ZCatalog'. You may also want to read up on PathIndexes cheers, Chris
participants (3)
-
Andreas Jung -
Chris Withers -
Dragos Chirila