[Zope] Searching in all field with ZCatalog

2000-08-31 Thread Francois-Regis CHALAOUX

Hi All,

Is it possible to search in all the indexed fields of a ZCatalog with only
**one** input form ?

FR
  
  
  
  
  
  
  
  
   

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Objet : Re: [Zope] Searching in all field with ZCatalog

2000-08-31 Thread Francois-Regis CHALAOUX

Hi Chris and All,

No, you asked the right question, scuse me for the error !! 
I would like only one entry in the form to search in all indexed fields.
I like this solution cause it is sometimes difficult for a no regulmar user in
this aera (Protein Data Bank) to question the right field.
In fact I would like create a simple form ;)

FR

 [EMAIL PROTECTED]%internet 31/08/00 12:38:15 
Organization: New Information Paradigms
X-Accept-Language: en
Errors-To: [EMAIL PROTECTED] 
X-Mailman-Version: 1.0b8
Precedence: bulk
List-Id: Users of the Z Object Publishing Environment zope.zope.org
X-BeenThere: [EMAIL PROTECTED] 

Francois-Regis CHALAOUX wrote:
 
 Hi All,
 
 Is it possible to search in all the indexed fields of a ZCatalog with only
 **one** input form ?

Woudl having a field for each index on the one form do it?

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED] 
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 )

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Objet : Re: [Zope] Searching in all field with ZCatalog

2000-08-31 Thread Dieter Maurer

Francois-Regis CHALAOUX writes:
  No, you asked the right question, scuse me for the error !! 
  I would like only one entry in the form to search in all indexed fields.
This is not easy.

A ZCatalog search usually combines searches to the different
indexes with an "And".
You want to combine them with an "Or".

There is an example for this in the Advanced ZCatalog Tutorial
(-- zope.org). There has recently been a discussion
in this list (-- searchable archive).
Apparently, there is no comprehensive solution.


Dieter


___
Zope maillist  -  [EMAIL PROTECTED]
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 )