[Zope] Exact phrase searches
Chris McDonough
chrism@zope.com
11 Sep 2002 00:56:29 -0400
You'll need to delete the text indexes and replace them with
ZCTextIndexes then update the catalog.
HTH,
- C
On Wed, 2002-09-11 at 00:35, Michael wrote:
> Thanks Chris,
>
> If I upgrade from 2.44 to 2.6, will my text indexes get upgraded to
> ZCTextindexes, or would I have to re-engineer the whole thing?
>
> Michael
>
>
> On Tuesday 10 September 2002 10:35 pm, Chris McDonough wrote:
> > Using a Zope TextIndex, there's really no good way to do a phrase
> > search. However, in Zope 2.6, using a "ZCTextIndex" (which is similarly
> > named and performs a similar function as a TextIndex, just better), you
> > can perform phrase searches by "surrounding them in quotes".
>