[Zope] Re: zshell question: find vs ZopeFind

Jerome Alet alet@librelogiciel.com
Thu, 13 Jun 2002 14:54:17 +0200


On Thu, Jun 13, 2002 at 02:46:00PM +0200, Jean Jordaan wrote:
> 
> Does anyone know why this works fine using zshell:
> 
>   find Control_Panel --type "DataSkin Attribute Property Sheet"

if this is a ZClass, then ZClasses have callable meta types, so
maybe ZopeFind doesn't take care of that.

see ZShell's getMetaType() method, and check with what ZopeFind does.

hth.

Jerome Alet