View Single Post
  #2  
Old 05-21-2007, 03:40 PM
Winston Winston is offline
Administrator
 
Join Date: Jul 2005
Posts: 46
Default

tdSearch can search just one MySQL database table. The one table is to have the following form:
Code:
CREATE TABLE search_data ( title varchar(255) NOT NULL, description text NOT NULL, keywords text NOT NULL, url varchar(255) NOT NULL, size varchar(255) NOT NULL, date varchar(255) NOT NULL ) TYPE=MyISAM;

tdSearch cannot perform relational searches across multiple tables, so if you are looking for a script that can search your Places, Locations, and Reviews tables, tdSearch is not the script to purchase.
Reply With Quote