Move utilities for full text search to the legacycustomsearches extension
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 23 Jun 2023 00:18:08 +0000 (17:18 -0700)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 23 Jun 2023 03:55:19 +0000 (20:55 -0700)
commitaab677ef3eccff07e4cd3b6499288db4cdc2e780
tree328abaf036bc9d4004bf3726b9aee57d003afa2a
parentbadce7e88b4875972e752110c880408952b41286
Move utilities for full text search to the legacycustomsearches extension
CRM/Admin/Form/Setting/Search.php
api/v3/System/setting-whitelist.txt
api/v3/examples/Setting/GetFields.ex.php
ext/legacycustomsearches/CRM/Core/InnoDBIndexer.php [moved from CRM/Core/InnoDBIndexer.php with 100% similarity]
ext/legacycustomsearches/CRM/Utils/QueryFormatter.php [moved from CRM/Utils/QueryFormatter.php with 100% similarity]
ext/legacycustomsearches/info.xml
ext/legacycustomsearches/settings/LegacyCustomSearch.setting.php [new file with mode: 0644]
ext/legacycustomsearches/tests/phpunit/CRM/Core/InnoDBIndexerTest.php [moved from tests/phpunit/CRM/Core/InnoDBIndexerTest.php with 84% similarity]
ext/legacycustomsearches/tests/phpunit/CRM/Utils/QueryFormatterTest.php [moved from tests/phpunit/CRM/Utils/QueryFormatterTest.php with 86% similarity]
settings/Core.setting.php
settings/Search.setting.php