if (is.not.empty(filter)) {
      if (filter.hasOwnProperty('name')) {
        nodes = await this.client.query(this.getFilterQuery('caption', filter.name.toLowerCase()))
      } else if (filter.hasOwnProperty('ip')) {
        nodes = await this.client.query(this.getFilterQuery('ip_address', filter.ip))