mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
23 lines
509 B
Markdown
23 lines
509 B
Markdown
---
|
|
Title: Search Api service
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
|
|
# Search Api service
|
|
|
|
Accesses the Content Services Search API.
|
|
|
|
## Class members
|
|
|
|
### Methods
|
|
|
|
[`search(query: any): Observable<NodePaging>`](../../lib/content-services/document-list/models/document-library.model.ts)<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.
|