This is the global search module for TUTOS This module provides an index on all objects known within TUTOS. TUTOS tries to find all objects where a given string (or a string similar to the given one) is included in one of the chaacter fields. Installation: After unpacking this module you should have a search subdirectory in your [tutos install dir]/php directory. Activation: For activation you should have a line @include("search/mconfig.pinc"); somewhere in your [tutos install dir]/php/config.* file run http://....../php/admin/update.php?id=xxx where xxx is your database index from config (in most cases this is 0) The search index is created and maintained by the cyclic call of the check script. If you have not already installed the check service you should do this now. New and changed Objects are indexed after the next run of check.php Usage: You will find a "Search All" link on all pages. Restrictions: The indexer will not index documents in the repository A good search result will need at least 3 characters The search module will need a minimal TUTOS version 1.1.20031017 License: You are allowed to use this module together with ONE copy of TUTOS. You are allowed to modify this module to meet your needs. Redistribution is not allowed. Copyright All rights reserved Copyright 2003 by Gero Kohnert THIS module is NOT GPL licensed # $Id: README,v 1.4 2004/03/14 20:08:07 gero Exp $