From 7a39626a6c9eebf7cf5fc8d1e8068418570b6a70 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 10 Mar 2015 00:23:49 +0100 Subject: [PATCH] The index for the term search is now massively improved. --- include/dbstructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ) -- 2.39.5