alfresco-ng2-components/docs/core/search-api.service.md

17 lines
368 B
Markdown

# Search Api service
Accesses the Content Services Search API.
## Class members
### 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.