config->get('textFilterContainsMinLength') ?? self::MIN_LENGTH_FOR_CONTENT_SEARCH; } public function useContainsForVarchar(): bool { return $this->config->get('textFilterUseContainsForVarchar') ?? false; } public function usePhoneNumberNumericSearch(): bool { return $this->config->get('phoneNumberNumericSearch') ?? false; } }