Joomla search has no results - Joomla! Forum - community, help and support


hi,

after weeks working joomla 1.5.13, i've enabled mod_search component, , surprise had create jos_weblinks table manually. export of current jos_weblinks table of site.

code: select all

--
-- table structure table `jos_weblinks`
--

create table if not exists `jos_weblinks` (
  `id` int(11) unsigned not null auto_increment,
  `catid` int(11) not null default '0',
  `sid` int(11) not null default '0',
  `title` varchar(250) not null default '',
  `alias` varchar(255) not null default '',
  `url` varchar(250) not null default '',
  `description` text not null,
  `date` datetime not null default '0000-00-00 00:00:00',
  `hits` int(11) not null default '0',
  `published` tinyint(1) not null default '0',
  `checked_out` int(11) not null default '0',
  `checked_out_time` datetime not null default '0000-00-00 00:00:00',
  `ordering` int(11) not null default '0',
  `archived` tinyint(1) not null default '0',
  `approved` tinyint(1) not null default '1',
  `params` text not null,
  primary key  (`id`),
  key `catid` (`catid`,`published`,`archived`)
) engine=myisam  default charset=utf8 auto_increment=7 ;

--
-- dumping data table `jos_weblinks`
--

insert `jos_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `description`, `date`, `hits`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) values
(1, 2, 0, 'joomla!', 'joomla', 'http://www.joomla.org', 'home of joomla!', '2005-02-14 15:19:02', 3, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'),
(2, 2, 0, 'php.net', 'php', 'http://www.php.net', 'the language joomla! developed in', '2004-07-07 11:33:24', 6, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, ''),
(3, 2, 0, 'mysql', 'mysql', 'http://www.mysql.com', 'the database joomla! uses', '2004-07-07 10:18:31', 1, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''),
(4, 2, 0, 'opensourcematters', 'opensourcematters', 'http://www.opensourcematters.org', 'home of osm', '2005-02-14 15:19:02', 11, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=0'),
(5, 2, 0, 'joomla! - forums', 'joomla-forums', 'http://forum.joomla.org', 'joomla! forums', '2005-02-14 15:19:02', 4, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=0'),
(6, 2, 0, 'ohloh tracking of joomla!', 'ohloh-tracking-of-joomla', 'http://www.ohloh.net/projects/20', 'objective reports ohloh joomla''s development activity. joomla! has star developers serious kudos.', '2007-07-19 09:28:31', 1, 1, 0, '0000-00-00 00:00:00', 6, 0, 1, 'target=0\n\n');


the actual problem any search has no results. if search data in jos_weblinks.

please, can point me if doing wrong? , if so, doing wrong. please, i'll appreciate lot help.

bye,

please update latest secure version of joomlae





Comments

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support