From: Michael Vogel Date: Mon, 9 Mar 2015 23:23:49 +0000 (+0100) Subject: The index for the term search is now massively improved. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a39626a6c9eebf7cf5fc8d1e8068418570b6a70;p=friendica.git The index for the term search is now massively improved. --- diff --git a/include/dbstructure.php b/include/dbstructure.php index c078e40510..0e78694a77 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -1203,7 +1203,7 @@ function db_definition() { "oid_otype_type_term" => array("oid","otype","type","term"), "uid_term_tid" => array("uid","term","tid"), "type_term" => array("type","term"), - "uid_otype_type_term_created" => array("uid","otype","type","term","created"), + "uid_otype_type_term_global_created" => array("uid","otype","type","term","global","created"), "otype_type_term_tid" => array("otype","type","term","tid"), "guid" => array("guid"), )