[UPHPU] Recommendations for Full Text Searching in MySQL

thebigdog bigdog at venticon.com
Tue Jan 13 00:26:18 MST 2009


> I'm working on a new PHP project that is going to require a full text search
> of my database. My table types are all InnoDB to maintain relationships so I
> can't use MATCH() AGAINST(). SOUNDS LIKE is weak. Can anyone recommend a
> full-text search solution for MySQL? I have limited rights on my host, i.e.,
> I can't install any third party programs.

full text search is only for mysql myisam tables only. You might need to
come up with a different solution or check out a different db.

--
thebigdog


More information about the UPHPU mailing list