MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs /

Class

app/services/algolia.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import config from 'ember-api-docs/config/environment';
4
5export default class AlgoliaService extends Service {
6 async search(query, params) {
7 if (query) {
8 if (Array.isArray(query) && !params) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected