Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 580 Bytes

MODULE_REPORT.md

File metadata and controls

28 lines (21 loc) · 580 Bytes

Module Report

Unknown Global

Global: Ember.Logger

Location: addon/services/algolia.js at line 13

        return this.accessIndex(query.indexName).search(query.query, params, callback);
    }
    Ember.Logger.error(`Could not search algolia for query "${query}"`);
  },
  getById(indexName, ids, params, callback) {

Unknown Global

Global: Ember.Logger

Location: addon/services/algolia.js at line 30

      }
    }
    Ember.Logger.error(`Could not search algolia for object "${query}"`);
  },
  accessIndex(IndexName) {