if (value === null && comparator === this.OperatorMap[Op.ne]) {
      return this._joinKeyValue(
        key,
        this.escape(value, field, escapeOptions),
        this.OperatorMap[Op.not],