}
# Remove unquoted colons that have whitespace on either side of them
$term =~ s/((:+)(\s+)|(\s+)(:+))$lookahead/\3\4/g;
$term =~ s/((:+)(\s+)|(\s+)(:+))$lookahead/$3$4/g;
$term = $self->_query_regex_escape_process($term);
-