php-src/ext/mnogosearch
Sergey Kartashoff 52c3958f88 Added UDM_FIELD_CATEGORY parameter to get current document
category in the mnoGoSearch module
2001-04-30 08:57:41 +00:00
..
config.m4 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 2001-03-27 20:35:04 +00:00
CREDITS # also Added CREDITS and cvs Template 2001-02-08 10:14:57 +00:00
Makefile.in UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to 2001-02-01 13:06:26 +00:00
php_mnogo.c Added UDM_FIELD_CATEGORY parameter to get current document 2001-04-30 08:57:41 +00:00
php_mnogo.h Udm_Api_Version function has been added. 2001-03-01 13:38:39 +00:00
README # TODO updates in mnoGoSearch module README 2001-03-02 12:14:31 +00:00
setup.stub mnoGoSearch extension module initial version has been added. 2001-01-30 12:53:51 +00:00
test.php # mnoGoSearch example fix 2001-03-02 11:43:27 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.

For details please refer to http://search.mnogo.ru

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).

  TODO
  ----

1. Implement native ispell functions. 

2. Implement indexing functions of the library.
   For example retrieving, parsing, checking of the URL and so on...