Civi::service('prevnext')->fillWithSql($cacheKey, $sql);
}
catch (\Exception $e) {
- CRM_Core_Error::deprecatedFunctionWarning('Custom searches should return sql capable of filling the prevnext cache.');
+ CRM_Core_Error::deprecatedFunctionWarning('Custom searches should override this function or return sql capable of filling the prevnext cache.');
// This will always show for CiviRules :-( as a) it orders by 'rule_label'
// which is not available in the query & b) it uses contact not contact_a
// as an alias.
<releaseDate>2021-07-25</releaseDate>
<version>5.64.alpha1</version>
<develStage>stable</develStage>
- <tags>
- <tag>mgmt:hidden</tag>
- </tags>
<compatibility>
<ver>5.64</ver>
</compatibility>
- <comments>This is hidden on install to give extensions that require it time to add it to their requires and to allow us to get it out of GroupContact load</comments>
+ <comments>This is our old search system which has limited support. All new effort is on SearchKit</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>