Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Michel Pelletier


Zope-dev isn't the apropriate mailing list for this kind of question.  You
should ask your question on the [EMAIL PROTECTED] mailing list.  This list is
for developers.

Have you read the Catalog documentation?

http://www.zope.org/Members/michel/ZB/SearchingZCatalog.dtml

-Michel

On Tue, 3 Jul 2001, Cherry Jeanette Ebue wrote:

> Yes, I have.
> 
> -Original Message-
> From: Andreas Jung <[EMAIL PROTECTED]>
> To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Tuesday, July 03, 2001 8:37 PM
> Subject: Re: [Zope-dev] question on ZCatalog
> 
> 
> >Do you have created the corresponding indexes for the attributes ?
> >Andreas
> >- Original Message -
> >From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
> >To: "Andreas Jung" <[EMAIL PROTECTED]>
> >Cc: <[EMAIL PROTECTED]>
> >Sent: Tuesday, July 03, 2001 8:40 AM
> >Subject: Re: [Zope-dev] question on ZCatalog
> >
> >
> >> Hey Andreas,
> >>
> >> I have articles with the following attributes: author, search_meta,
> title
> >> and publication date
> >>
> >> All attributes are included in the meta data list. When I search my
> >Catalog
> >> (of articles), only attributes of type string are returned in the search
> >> result. Publication date (of type date) and search_meta (of type text) do
> >> not get covered in the search.
> >>
> >> Thanks,
> >> Cherry
> >>
> >>
> >>
> >> -Original Message-
> >> From: Andreas Jung <[EMAIL PROTECTED]>
> >> To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
> >> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> >> Date: Tuesday, July 03, 2001 8:07 PM
> >> Subject: Re: [Zope-dev] question on ZCatalog
> >>
> >>
> >> >Cheery, could you please be a bit more detailed for us to understand
> >> >your problem ?
> >> >
> >> >Andreas
> >> >- Original Message -
> >> >From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
> >> >To: <[EMAIL PROTECTED]>
> >> >Sent: Tuesday, July 03, 2001 8:04 AM
> >> >Subject: [Zope-dev] question on ZCatalog
> >> >
> >> >
> >> >> question on ZCatalog...
> >> >>
> >> >> how come indexes of type date or text are not covered/searched when
> >> >queried?
> >> >>
> >> >> i'd really appreciate some help :-)
> >> >>
> >> >> Cherry
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> ___
> >> >> Zope-Dev maillist  -  [EMAIL PROTECTED]
> >> >> http://lists.zope.org/mailman/listinfo/zope-dev
> >> >> **  No cross posts or HTML encoding!  **
> >> >> (Related lists -
> >> >>  http://lists.zope.org/mailman/listinfo/zope-announce
> >> >>  http://lists.zope.org/mailman/listinfo/zope )
> >> >>
> >>
> >>
> 
> 
> 
> ___
> Zope-Dev maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
> 


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue

Yes, I have.

-Original Message-
From: Andreas Jung <[EMAIL PROTECTED]>
To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, July 03, 2001 8:37 PM
Subject: Re: [Zope-dev] question on ZCatalog


>Do you have created the corresponding indexes for the attributes ?
>Andreas
>- Original Message -
>From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
>To: "Andreas Jung" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Sent: Tuesday, July 03, 2001 8:40 AM
>Subject: Re: [Zope-dev] question on ZCatalog
>
>
>> Hey Andreas,
>>
>> I have articles with the following attributes: author, search_meta,
title
>> and publication date
>>
>> All attributes are included in the meta data list. When I search my
>Catalog
>> (of articles), only attributes of type string are returned in the search
>> result. Publication date (of type date) and search_meta (of type text) do
>> not get covered in the search.
>>
>> Thanks,
>> Cherry
>>
>>
>>
>> -Original Message-
>> From: Andreas Jung <[EMAIL PROTECTED]>
>> To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
>> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> Date: Tuesday, July 03, 2001 8:07 PM
>> Subject: Re: [Zope-dev] question on ZCatalog
>>
>>
>> >Cheery, could you please be a bit more detailed for us to understand
>> >your problem ?
>> >
>> >Andreas
>> >- Original Message -
>> >From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
>> >To: <[EMAIL PROTECTED]>
>> >Sent: Tuesday, July 03, 2001 8:04 AM
>> >Subject: [Zope-dev] question on ZCatalog
>> >
>> >
>> >> question on ZCatalog...
>> >>
>> >> how come indexes of type date or text are not covered/searched when
>> >queried?
>> >>
>> >> i'd really appreciate some help :-)
>> >>
>> >> Cherry
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> ___
>> >> Zope-Dev maillist  -  [EMAIL PROTECTED]
>> >> http://lists.zope.org/mailman/listinfo/zope-dev
>> >> **  No cross posts or HTML encoding!  **
>> >> (Related lists -
>> >>  http://lists.zope.org/mailman/listinfo/zope-announce
>> >>  http://lists.zope.org/mailman/listinfo/zope )
>> >>
>>
>>



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Andreas Jung

Do you have created the corresponding indexes for the attributes ?
Andreas
- Original Message -
From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
To: "Andreas Jung" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 8:40 AM
Subject: Re: [Zope-dev] question on ZCatalog


> Hey Andreas,
>
> I have articles with the following attributes: author, search_meta,  title
> and publication date
>
> All attributes are included in the meta data list. When I search my
Catalog
> (of articles), only attributes of type string are returned in the search
> result. Publication date (of type date) and search_meta (of type text) do
> not get covered in the search.
>
> Thanks,
> Cherry
>
>
>
> -Original Message-
> From: Andreas Jung <[EMAIL PROTECTED]>
> To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Tuesday, July 03, 2001 8:07 PM
> Subject: Re: [Zope-dev] question on ZCatalog
>
>
> >Cheery, could you please be a bit more detailed for us to understand
> >your problem ?
> >
> >Andreas
> >- Original Message -----
> >From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Tuesday, July 03, 2001 8:04 AM
> >Subject: [Zope-dev] question on ZCatalog
> >
> >
> >> question on ZCatalog...
> >>
> >> how come indexes of type date or text are not covered/searched when
> >queried?
> >>
> >> i'd really appreciate some help :-)
> >>
> >> Cherry
> >>
> >>
> >>
> >>
> >>
> >>
> >> ___
> >> Zope-Dev maillist  -  [EMAIL PROTECTED]
> >> http://lists.zope.org/mailman/listinfo/zope-dev
> >> **  No cross posts or HTML encoding!  **
> >> (Related lists -
> >>  http://lists.zope.org/mailman/listinfo/zope-announce
> >>  http://lists.zope.org/mailman/listinfo/zope )
> >>
>
>


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue

Hey Andreas,

I have articles with the following attributes: author, search_meta,  title
and publication date

All attributes are included in the meta data list. When I search my Catalog
(of articles), only attributes of type string are returned in the search
result. Publication date (of type date) and search_meta (of type text) do
not get covered in the search.

Thanks,
Cherry



-Original Message-
From: Andreas Jung <[EMAIL PROTECTED]>
To: Cherry Jeanette Ebue <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, July 03, 2001 8:07 PM
Subject: Re: [Zope-dev] question on ZCatalog


>Cheery, could you please be a bit more detailed for us to understand
>your problem ?
>
>Andreas
>- Original Message -
>From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, July 03, 2001 8:04 AM
>Subject: [Zope-dev] question on ZCatalog
>
>
>> question on ZCatalog...
>>
>> how come indexes of type date or text are not covered/searched when
>queried?
>>
>> i'd really appreciate some help :-)
>>
>> Cherry
>>
>>
>>
>>
>>
>>
>> ___
>> Zope-Dev maillist  -  [EMAIL PROTECTED]
>> http://lists.zope.org/mailman/listinfo/zope-dev
>> **  No cross posts or HTML encoding!  **
>> (Related lists -
>>  http://lists.zope.org/mailman/listinfo/zope-announce
>>  http://lists.zope.org/mailman/listinfo/zope )
>>



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Andreas Jung

Cheery, could you please be a bit more detailed for us to understand
your problem ?

Andreas
- Original Message -
From: "Cherry Jeanette Ebue" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 8:04 AM
Subject: [Zope-dev] question on ZCatalog


> question on ZCatalog...
>
> how come indexes of type date or text are not covered/searched when
queried?
>
> i'd really appreciate some help :-)
>
> Cherry
>
>
>
>
>
>
> ___
> Zope-Dev maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue

question on ZCatalog...

how come indexes of type date or text are not covered/searched when queried?

i'd really appreciate some help :-)

Cherry






___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )