#
# $Id: dump,v 1.1 2004/12/20 22:46:22 pudge Exp $
#

INSERT INTO vars (name, value, description) VALUES ('search_too_class', 'Slash::SearchToo::Classic', 'Default backend search API class');


## these are all from the Search plugin

INSERT IGNORE INTO vars (name, value, description) VALUES ('search_default_display', '30', 'Default number of entries to display on Search page');
INSERT IGNORE INTO vars (name, value, description) VALUES ('search_journal_enabled', '1', 'Turns on searching journals.');
INSERT IGNORE INTO vars (name, value, description) VALUES ('search_rss_enabled', '1', 'Turns on searching rss.');
INSERT IGNORE INTO vars (name, value, description) VALUES ('search_method', '', 'Method to use to weight scores for search returns (and to narrow down possible matches)');
INSERT IGNORE INTO vars (name, value, description) VALUES ('search_text_length','80','This will tell search how many characters should be returned for text bodies in searches (think introtext for stories and article for journals).');

INSERT IGNORE INTO vars (name, value, description) VALUES ('search_rdfitemdesc','0','1 == include introtext in item description; 0 == don\'t.  Any other number is substr() of introtext to use');
INSERT IGNORE INTO vars (name, value, description) VALUES ('search_rdfitemdesc_html','0','1 == include HTML in item description; 0 == strip HTML (plain text only)');

