alfresco-ng2-components/docs/search-api.service.md
2017-11-09 13:20:56 +00:00

19 lines
493 B
Markdown

# Search Api service
Accesses the Content Services Search API.
## Methods
`search(query: any): Observable<NodePaging>`<br/>
Searches the repository.
## Details
See the
[Alfresco JS API](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-search-rest-api/docs/SearchApi.md#search)
for the format of the query and returned data.
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
<!-- seealso end -->