Index_type === 'FULLTEXT') { $full_text_index_exists = true; } } } if ($full_text_index_exists == false) { $query = "ALTER TABLE {$db_prefix}groups_entity ADD FULLTEXT name_2 (name, description)"; if (!update_data($query)) { elgg_log("Failed to add full text index to groups_entity table", 'ERROR'); } }