php-src/ext/mnogosearch
Sergey Kartashoff e32f35eb4e - Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixed
to work with mnogosearch-3.2.6 and later.
- Removed search words highlighting while getting document URL in
  mnogosearch extention
2002-09-01 14:11:46 +00:00
..
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
CREDITS # also Added CREDITS and cvs Template 2001-02-08 10:14:57 +00:00
index.php # mnogosearch example fix 2002-08-03 11:34:53 +00:00
php_mnogo.c - Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixed 2002-09-01 14:11:46 +00:00
php_mnogo.h - An Udm_Make_Excerpt function has been added to mnogosearch extension 2002-08-03 08:53:27 +00:00
README Search example (which demonstrates using of mnogosearch API) is updated. 2002-06-29 10:42:54 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.

For details please refer to http://www.mnogosearch.org/

If used with mysql you should not use bundled mysql library 
in the php distribution. You should use native mysql 
library. To do this you should compile php with specefying mysql-dir
(for example --with-mysql=/usr, not --with-mysql).