[Zope-CMF] keywordIndex

2006-12-01 Thread Daniel de la Cuesta
', ...]. It seems that the keywordIndex default beheaviour is to do and OR of the items. ¿How can associate indexes with an AND? Thank you Daniel de la Cuesta Navarrete Técnico de Desarrollo FUNDACIÓN IAVANTE [EMAIL PROTECTED] Tel. 951 015 300 Este correo electrónico y, en su caso, cualquier

Re: [Zope-CMF] keywordIndex

2006-12-04 Thread Daniel de la Cuesta
) AND (kw2.1 OR kw2.2 OR .. kw2.n) Thank you!! El vie, 01-12-2006 a las 14:05 +0100, Andreas Jung escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 1. Dezember 2006 13:59:00 +0100 Daniel de la Cuesta [EMAIL PROTECTED] wrote: Hello, I want to ask you about indexes

Re: [Zope-CMF] keywordIndex

2006-12-04 Thread Daniel de la Cuesta
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 4. Dezember 2006 10:20:05 +0100 Daniel de la Cuesta [EMAIL PROTECTED] wrote: You told me: Subject = {'query' : (kw1,kw2), 'operator' : 'and'} That`s works fine. Thank you very much. Now something more dificult, what

[Zope-CMF] File type

2007-06-08 Thread Daniel de la Cuesta
Hi, I have a File type containing an XML file and I need to parse it. How can I do that? How can I get the content of a file type? Thank you. -- *Daniel de la Cuesta Navarrete* *Técnico de Desarrollo de Software* FUNDACIÓN IAVANTE [EMAIL PROTECTED] Tel. 951 015 300 Este correo electrónico

Re: [Zope-CMF] File type

2007-06-08 Thread Daniel de la Cuesta
Solved, file.getEditableContent().view_image_or_file(file) thank you. Daniel de la Cuesta escribi: Hi, I have a "File" type containing an XML file and I need to parse it. How can I do that? How can I get the content of a file type? Thank you. -- Daniel de