From 829a804ea5658c645136909f231a71cb056702de Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 21 Jul 2021 18:16:58 +0545 Subject: [PATCH] depricate name attribute from function --- app/config/collections2.php | 10 +--------- app/views/console/functions/index.phtml | 3 --- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index bf1f3ad705..20cff4c392 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -1095,15 +1095,7 @@ $collections = [ 'filters' => [], ], ], - 'indexes' => [ - [ - '$id' => '_fulltext_name', - 'type' => Database::INDEX_FULLTEXT, - 'attributes' => ['name'], - 'lengths' => [1024], - 'orders' => [Database::ORDER_ASC], - ] - ], + 'indexes' => [], ], 'tags' => [ diff --git a/app/views/console/functions/index.phtml b/app/views/console/functions/index.phtml index 638dc62931..9d03cc34c6 100644 --- a/app/views/console/functions/index.phtml +++ b/app/views/console/functions/index.phtml @@ -108,9 +108,6 @@ $runtimes = $this->getParam('runtimes', []); - - -