| 3 | import config from 'ember-api-docs/config/environment'; |
| 4 | |
| 5 | export default class AlgoliaService extends Service { |
| 6 | async search(query, params) { |
| 7 | if (query) { |
| 8 | if (Array.isArray(query) && !params) { |
nothing calls this directly
no outgoing calls
no test coverage detected