[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Searching and Categorizing Content
webmaster@zope.org
webmaster@zope.org
Fri, 27 Sep 2002 18:47:23 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/SearchingZCatalog.stx#3-20
---------------
We'll examine these different indexes more closely later in the
chapter. New indexes can be created from the *Indexes* view of a
ZCatalog. There, you can enter the *name* and select a *type*
for your new index. This creates a new empty index in the
ZCatalog. To populate this index with information, you need to
Go to the *Advanced* view and click the the *Update Catalog*
button. Recataloging your content may take a while if you have
lots of cataloged objects.
% ajung - Apr. 21, 2002 4:44 pm:
The addForm for TextIndexes allow to select a vocabulary.
It should be mentioned that a fulltext search with globbing support
requires to create a new vocabulary with globbing support and
that his vocabulary must be selected at index creation time.
% Anonymous User - Sep. 27, 2002 6:47 pm:
what is "globbing"?