searchRor(query) {
      let self = this;
      this.store
        .query('ror', { query })
        .then(function (organizations) {