blob: be7f872b5e1528d194a805db90c6f576fc7f9573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$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...
|