hi! Is there a way in which I could serach for files inside zope using a keyword. For example I type in "cow" and it will search filenames with the word cow in it, like "cowhead.doc" and "da cow boy.pdf". Can Z Catalog do this? TIA! --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
Keyword indexes don't support wildcards. You must create a TextIndex instead. -aj --On Mittwoch, 16. Oktober 2002 00:53 -0700 "michael.tañag" <almightymike@yahoo.com> wrote:
hi!
Is there a way in which I could serach for files inside zope using a keyword. For example I type in "cow" and it will search filenames with the word cow in it, like "cowhead.doc" and "da cow boy.pdf". Can Z Catalog do this?
TIA!
__________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
On Wed, Oct 16, 2002 at 12:53:41AM -0700, michael.tañag wrote:
Is there a way in which I could serach for files inside zope using a keyword. For example I type in "cow" and it will search filenames with the word cow in it, like "cowhead.doc" and "da cow boy.pdf".
Download ZShell from http://www.librelogiciel.com/software/ You can even try it online. Then use its find and/or grep commands depending on your needs (you can even combine the two) e.g. : find / --id "*cow*" another one, very useful (IMNSHO) : find / --id "*cow*" --exec "echo {} ; lsperms {}"
Can Z Catalog do this?
I don't know. hth Jerome Alet
participants (3)
-
Andreas Jung -
Jerome Alet -
michael.ta�ag