quickfix for fulltext search drupal block
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 12 Jan 2022 02:35:33 +0000 (21:35 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 12 Jan 2022 02:35:33 +0000 (21:35 -0500)
templates/CRM/Block/FullTextSearch.tpl

index 9a7299a39b98a8735d06c18cb571bca178374470..7363708abb5b21ce9656395064ee0637f8a5f3df 100644 (file)
@@ -25,7 +25,7 @@
     <form method="post" id="id_fulltext_search">
     <div style="margin-bottom: 8px;">
     <input type="text" name="text" id='text' value="" class="crm-form-text" />
-    <input type="hidden" name="qfKey" value="{crmKey name='CRM_Contact_Controller_Search' addSequence=1}" />
+    <input type="hidden" name="qfKey" value="{crmKey name='CRM_Legacycustomsearches_Controller_Search' addSequence=1}" />
   </div>
   <select class="form-select" id="fulltext_table" name="fulltext_table">
 {if call_user_func(array('CRM_Core_Permission','giveMeAllACLs'))}