mnoGoSearch and similar



Hi,

I'm looking at possibly implementing mnoGoSearch (for indexing and search of uploaded documents on the server) into my application, but noticed it has been moved into PECL since PHP 5.1. Does this mean mnoGoSearch has been deprecated and there is a different/better solution that I should consider first?

Thanks,

Mattias
.



Relevant Pages

  • Re: [PHP] mnoGoSearch and similar
    ... I'm looking at possibly implementing mnoGoSearch (for indexing and search of uploaded documents on the server) into my application, but noticed it has been moved into PECL since PHP 5.1. ...
    (php.general)
  • Re: [PHP] mnoGoSearch and similar
    ... I'm looking at possibly implementing mnoGoSearch (for indexing and search of uploaded documents on the server) into my application, but noticed it has been moved into PECL since PHP 5.1. ... you can just build extension from PECL or you can build php module provided by mnogosearch website, which is a little bit harder to do. ...
    (php.general)