]> git.mxchange.org Git - friendica.git/commitdiff
The index for the term search is now massively improved.
authorMichael Vogel <icarus@dabo.de>
Mon, 9 Mar 2015 23:23:49 +0000 (00:23 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 9 Mar 2015 23:23:49 +0000 (00:23 +0100)
include/dbstructure.php

index c078e405102332ac32005e5653e45ead93190597..0e78694a77465294e30b4faa4ae62b2cd0d17cee 100644 (file)
@@ -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"),
                                        )