Miester Search v0.1
By:     Joe Stump <
[email protected]>
Date:   2000-12-10
URL:    http://www.miester.org/software
1.) Edit the search.config and put in the tables you wish to be indexed. Also,
    update your DB username, password, etc.
2.) Run setup.php (php -q or lynx -source)
3.) Run dictionary.php - it will take some time depending on the size of the
    tables being indexed.
4.) Run index_tables.php - again this will take some time depending on the size
    of the tables being indexed.
5.) Check to see if everything went fine by doing the following queries on your
    DB:
    - "SELECT COUNT(*) FROM ${table}_dictionary"
    - "SELECT COUNT(*) FROM ${table}_index"
    Change ${table} to the names of the tables you indexed.
6.) Alter search.php and change the table names to the table names that are in
    you search.config. You will also want to edit how it outputs the data. The
    examples should give you a guideline as to how that works.
Have fun!
--Joe