Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-learn/ember-api-docs
/ doSearch
Method
doSearch
app/services/search.js:43–47 ·
view source on GitHub ↗
(searchObj, params)
Source
from the content-addressed store, hash-verified
41
});
42
43
doSearch(searchObj, params) {
44
return
this._algoliaService
45
.search(searchObj, params)
46
.then((results) => results.hits);
47
}
48
49
/**
50
* Whenever the version changes in service:project, the results in this
Callers
1
SearchService
Class · 0.95
Calls
1
search
Method · 0.80
Tested by
no test coverage detected