MySQL Forums
Forum List  »  PHP

Re: How do I create a search engine?
Posted by: Mohamed Mansour
Date: January 07, 2006 08:05PM

Hi, if you wanted to create a simple text search from multiple tables, the best and only way in mysql is to use the full text index

http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html

that document will explain everything in detail..

Very neat index.

Mohamed Mansour
Software Engineer
Microsoft Student Partner Alumni

Options: ReplyQuote


Subject
Written By
Posted
January 07, 2006 01:11AM
Re: How do I create a search engine?
January 07, 2006 08:05PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.