ViewsSearchQuery::conditionReplaceString($search, $replace, &$condition)
Replaces the original condition with a custom one from views recursively.
Parameters
string $search: The searched value.
string $replace: The value which replaces the search value.
array $condition: The query conditions array in which the string is replaced. This is an item from a \Drupal\Core\Database\Query\Condition::conditions array, which must have a 'field' element.
File
core/modules/search/src/ViewsSearchQuery.p