{"slug":"full-text-search","name":"Full-Text Search","description":"Replaces site search with full-text search.","author":"ishitaka","active_installs":200,"version":"2.14.8","wp_org_url":"https://wordpress.org/plugins/full-text-search/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"full_text_search_posts","full_table_name":"wp_full_text_search_posts","description":"Stores full text search posts data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"post_type","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"post_modified","type":"datetime","nullable":false,"primary_key":false},{"name":"post_title","type":"text","nullable":false,"primary_key":false},{"name":"post_content","type":"longtext","nullable":false,"primary_key":false},{"name":"post_excerpt","type":"text","nullable":false,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_full_text_search_posts ( ID bigint(20) unsigned NOT NULL auto_increment, post_type varchar(20) NOT NULL default 'post', post_modified datetime NOT NULL default CURRENT_TIMESTAMP, post_title text NOT NULL, post_content longtext NOT NULL, post_excerpt text NOT NULL, keywords longtext NOT NULL, status tinyint(1) NOT NULL default '0', PRIMARY KEY (ID), {$db_index} ) ENGINE"}],"table_count":1}